SplitMovement Class |
Namespace: Telogis.GeoBase.Routing
The SplitMovement type exposes the following members.
Name | Description | |
---|---|---|
Direction |
The direction to take at the split.
| |
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.
(Inherited from Movement.) | |
FirstNode |
Get the first node of the Movement.
(Inherited from 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.
(Inherited from Movement.) | |
LastNode |
Get the last node of the Movement.
(Inherited from Movement.) | |
Location |
Gets the location of this direction.
(Inherited from Direction.) | |
MovementType |
Gets the MovementType of this direction.
(Inherited from Movement.) | |
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).
(Inherited from Movement.) | |
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.
(Inherited from Movement.) |
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.) | |
GetTags |
Get the list of tags for a given movement. If none exist, this will return an empty list.
(Inherited from Movement.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasMovementFlag | (Inherited from Movement.) | |
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.) |