Class Maneuver
Representation of possible maneuvers.
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
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<><ActionType> |
Direction
Gets or sets the direction of a maneuver.
Declaration
public List<Maneuver.DirectionType> Direction { get; set; }
Property Value
| Type | Description |
|---|---|
| List<><DirectionType> |
GeoCoordinate
Gets or sets the geo coordinate of a maneuver.
Declaration
public GeoCoordinate GeoCoordinate { get; set; }
Property Value
| Type | Description |
|---|---|
| GeoCoordinate |