StateChangesNote Class |
Namespace: Telogis.GeoBase.Routing
The StateChangesNote type exposes the following members.
Name | Description | |
---|---|---|
Country |
The country.
| |
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.) | |
NextState |
The next state in the route.
| |
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.) |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetDistance |
Gets the distance to travel before the instruction is executed.
e.g. "After (x) units, turn left onto Main St".
(Inherited from Direction.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Render |
Draws an arrow on a map indicating the flow of this Direction (Inherited from Direction.) | |
ToString |
Returns this object as a human-readable string.
(Inherited from Direction.) | |
ZoomTo(IMap) |
Ensures that routing directions are visible on the current map. See remarks.
(Inherited from Direction.) | |
ZoomTo(IMap, Boolean) |
Forces the map to zoom and center on the routing direction.
(Inherited from Direction.) |