Direction Properties |
The Direction 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".
| |
Duration | ||
Heading |
Gets the CompassDirection that this Direction
sends the driver.
| |
HeadingString |
Gets a string representing the compass direction this Direction
will send the driver. eg "North-East".
| |
Instructions |
Gets a string containing driving instructions.
| |
IsArrival |
Gets a bool indicating whether this Direction
indicates arrival at a stop.
| |
IsDeparture |
Gets a bool indicating whether this Direction
indicates departure from a stop.
| |
Location |
Gets the location of this direction.
| |
Notes | ||
Points | ||
RenderPen |
The pen used to draw the direction on the map.
| |
RequiredRendermodes |
Gets the RenderMode required by this Direction.
| |
Street |
Gets the name of the street the Direction will put the driver on to.
| |
Time |