holoride
Search Results for

    Show / Hide Table of Contents

    Class Maneuver

    Representation of possible maneuvers.

    Inheritance
    object
    Maneuver
    Namespace: Holoride.ElasticSDK
    Assembly: Holoride.ElasticSDK.Library.Runtime.dll
    Syntax
    [Serializable]
    public class Maneuver

    Properties

    Action

    Gets or sets the list of actions of a maneuver.

    Declaration
    public List<Maneuver.ActionType> Action { get; set; }
    Property Value
    Type Description
    List<Maneuver.ActionType>

    Direction

    Gets or sets the direction of a maneuver.

    Declaration
    public List<Maneuver.DirectionType> Direction { get; set; }
    Property Value
    Type Description
    List<Maneuver.DirectionType>

    GeoCoordinate

    Gets or sets the geo coordinate of a maneuver.

    Declaration
    public GeoCoordinate GeoCoordinate { get; set; }
    Property Value
    Type Description
    GeoCoordinate
    In This Article

    Back to top
    ©   holoride
    Privacy   Imprint