FerryMovement Methods |
The FerryMovement type exposes the following members.
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.) |