Class Maneuver
Representation of possible maneuvers.
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 |