FreewayEndsNote Properties | ![]() |
The FreewayEndsNote 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.) |
![]() | 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.) |
![]() | Location |
Gets the location of this direction.
(Inherited from Direction.) |
![]() | NoteDistance |
The distance associated with this note. For example, a TollwayEndsNote has a
NoteDistance that indicates how long the route travels along the tollway. Not
applicable to all Note types.
(Inherited from Note.) |
![]() | Notes | (Inherited from Direction.) |
![]() | NoteType | (Inherited from Note.) |
![]() | 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.) |
![]() | 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.) |