ArrivalMovement Class | ![]() |
Namespace: Telogis.GeoBase.Routing
The ArrivalMovement type exposes the following members.
Name | Description | |
---|---|---|
![]() | Destination |
A description of the destination. This can either be the Description
of a RouteStop, or it can be the name of the last street followed to arrive at the destination.
|
![]() | Direction |
If the final movement when arriving at the destination is to turn off the street,
this is the direction to turn. Otherwise, this is TurnDirection.None.
|
![]() | 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.) |
![]() | Number |
The street number of the destination when it is given as a street name. If the destination is given as a RouteStop
description, or if the street number does not exist or
is unknown, this value is null.
|
![]() | Points | (Inherited from Direction.) |
![]() | PrevDistance |
The amount of distance to travel after leaving the final street in the directions.
|
![]() | PrevStreet |
If the final movement when arriving at the destination is to turn off a street,
this is the name of the street to exit. Otherwise, this is an empty string.
|
![]() | 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.) |