Click or drag to resize

Movement Methods

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

The Movement type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetDistance
Gets the distance to travel before the instruction is executed. e.g. "After (x) units, turn left onto Main St".
(Inherited from Direction.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTags
Get the list of tags for a given movement. If none exist, this will return an empty list.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasMovementFlag
Public methodRender
Draws an arrow on a map indicating the flow of this Direction
(Inherited from Direction.)
Public methodToString
Returns this object as a human-readable string.
(Inherited from Direction.)
Public methodZoomTo(IMap)
Ensures that routing directions are visible on the current map. See remarks.
(Inherited from Direction.)
Public methodZoomTo(IMap, Boolean)
Forces the map to zoom and center on the routing direction.
(Inherited from Direction.)
Top
See Also