Movement Properties |
The Movement type exposes the following members.
Name | Description | |
---|---|---|
Distance |
The distance to travel before the instruction is executed.
e.g. "After (x.Value) (x.Units), turn left onto Main St".
(Inherited from Direction.) | |
Duration | (Inherited from Direction.) | |
FirstLocationIndex |
Get the index of the first location in the movement.
| |
FirstNode |
Get the first node of the Movement.
| |
Heading |
Gets the CompassDirection that this Direction
sends the driver.
(Inherited from Direction.) | |
HeadingString |
Gets a string representing the compass direction this Direction
will send the driver. eg "North-East".
(Inherited from Direction.) | |
Instructions |
Gets a string containing driving instructions.
(Inherited from Direction.) | |
IsArrival |
Gets a bool indicating whether this Direction
indicates arrival at a stop.
(Inherited from Direction.) | |
IsDeparture |
Gets a bool indicating whether this Direction
indicates departure from a stop.
(Inherited from Direction.) | |
LastLocationIndex |
Get the location index of the last node of the Movement.
| |
LastNode |
Get the last node of the Movement.
| |
Location |
Gets the location of this direction.
(Inherited from Direction.) | |
MovementType |
Gets the MovementType of this direction.
| |
Notes | (Inherited from Direction.) | |
Points | (Inherited from Direction.) | |
RenderPen |
The pen used to draw the direction on the map.
(Inherited from Direction.) | |
RequiredRendermodes |
Gets the RenderMode required by this Direction.
(Inherited from Direction.) | |
RouteStop |
This gets the position of the direction (as a RouteStop).
| |
Street |
Gets the name of the street the Direction will put the driver on to.
(Inherited from Direction.) | |
Time |
Gets a TimeSpan indicating the interval between the previous
Direction ending and the current Direction beginning.
(Inherited from Direction.) | |
TurnNumber |
The turn number of this movement.
|