Specifies information about the current route.
| C# | Visual Basic |
public class RouteInfo
Public Class RouteInfo
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| BoundingRectangle |
The latitude and longitude coordinates (LatLongRectangle object) that represent the southwest and northeast corners of a minimum bounding rectangle.
| |
| Departure |
Location of departure point.
| |
| Destination |
Location of destination point.
| |
| DistanceToDestination |
Distance from current location to destination in metres.
| |
| Duration |
Total estimated duration of the route.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsCalculating |
Indicates if the route is being calculated.
| |
| IsLeftToDestinationAvailable |
Indicates if estimated distances and times are available.
| |
| IsPlanned |
Indicates if the route is planned.
| |
| Length |
Total length of the route from departure to destination in metres.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| TimeToDestination |
Estimated time remaining to destination in seconds.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| RouteInfo | |