Directions Methods |
The Directions type exposes the following members.
Name | Description | |
---|---|---|
Add(Direction) | Not supported in this class. | |
Add(Object) | Not supported in this class. | |
AddTag |
Insert a customized object somewhere along the route.
For example a simple string comment could be added.
| |
Clear | Not supported in this class. | |
Contains(Direction) |
Gets whether or not these Directions contain the specified
object.
| |
Contains(Object) |
Gets whether or not these Directions contain the specified
object.
| |
CopyTo(Array, Int32) |
Copies the contents of this collection to an array. See CopyTo(Array).
| |
CopyTo(Direction, Int32) |
Copies the contents of this collection to an array. See CopyTo(Array).
| |
Deserialize |
Deserialize a Directions after it has previously been serialized using the Serialize
method.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetDirectionLinks |
Get the DirectionLinks held by this Directions object
| |
GetEnumerator |
Returns an enumerator for this collection.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetStopToStopDistances |
Gets the travel distances between each consecutive pair of stops.
| |
GetStopToStopTimes |
Gets the travel times between each consecutive pair of stops.
| |
GetTotalDistance |
Gets the total distance for this route in the specified DistanceUnit.
| |
GetTotalTime |
Get the total time for this set of directions.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf(Direction) |
Gets the index of the specified object.
| |
IndexOf(Object) |
Gets the index of the specified object.
| |
Insert(Int32, Object) | Not supported in this class. | |
Insert(Int32, Direction) | Not supported in this class. | |
Remove(Direction) | Not supported in this class. | |
Remove(Object) | Not supported in this class. | |
RemoveAt | Not supported in this class. | |
Render | IMapRenderer support - renders a route on the map.
| |
Serialize |
Serialize the Directions to the supplied stream. The serialized Directions can be
deserialized using the Deserialize method.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
ZoomTo(IMap) |
Zooms the given map to this driving route.
| |
ZoomTo(IMap, Int32) | Zooms the given map to this driving route, and ensures that there is a visible buffer of buffer pixels between the edge of the route and the edge of the map. For example, setting buffer to 10 results in a map where the edges of this driving route are 10 pixels in from the edge of the map. |