Click or drag to resize

ArrivalMovement Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The ArrivalMovement type exposes the following members.

Properties
  NameDescription
Public propertyDestination
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.
Public propertyDirection
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.
Public propertyDistance
The distance to travel before the instruction is executed. e.g. "After (x.Value) (x.Units), turn left onto Main St".
(Inherited from Direction.)
Public propertyDuration
Gets a TimeSpan indicating the total duration of the current Direction from its start to its end.
(Inherited from Direction.)
Public propertyFirstLocationIndex
Get the index of the first location in the movement.
(Inherited from Movement.)
Public propertyFirstNode
Get the first node of the Movement.
(Inherited from Movement.)
Public propertyHeading
Gets the CompassDirection that this Direction sends the driver.
(Inherited from Direction.)
Public propertyHeadingString
Gets a string representing the compass direction this Direction will send the driver. eg "North-East".
(Inherited from Direction.)
Public propertyInstructions
Gets a string containing driving instructions.
(Inherited from Direction.)
Public propertyIsArrival
Gets a bool indicating whether this Direction indicates arrival at a stop.
(Inherited from Direction.)
Public propertyIsDeparture
Gets a bool indicating whether this Direction indicates departure from a stop.
(Inherited from Direction.)
Public propertyLastLocationIndex
Get the location index of the last node of the Movement.
(Inherited from Movement.)
Public propertyLastNode
Get the last node of the Movement.
(Inherited from Movement.)
Public propertyLocation
Gets the location of this direction.
(Inherited from Direction.)
Public propertyMovementType
Gets the MovementType of this direction.
(Inherited from Movement.)
Public propertyNotes
Gets an ArrayList of Notes attached to this Direction
(Inherited from Direction.)
Public propertyNumber
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.
Public propertyPoints
Gets an array of LatLons representing this Direction.
(Inherited from Direction.)
Public propertyPrevDistance
The amount of distance to travel after leaving the final street in the directions.
Public propertyPrevStreet
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.
Public propertyRenderPen
The pen used to draw the direction on the map.
(Inherited from Direction.)
Public propertyRequiredRendermodes
Gets the RenderMode required by this Direction.
(Inherited from Direction.)
Public propertyRouteStop
This gets the position of the direction (as a RouteStop).
(Inherited from Movement.)
Public propertyStreet
Gets the name of the street the Direction will put the driver on to.
(Inherited from Direction.)
Public propertyTime
Gets a TimeSpan indicating the interval between the previous Direction ending and the current Direction beginning.
(Inherited from Direction.)
Public propertyTurnNumber
The turn number of this movement.
(Inherited from Movement.)
Top
See Also