RouteGetDirections Method |
Name | Description | |
---|---|---|
GetDirections |
Calculate the route and return a representative
Directions object. The
UnitSystem for the
directions is taken from
Units.
| |
GetDirections(CancellationToken) |
Requests the cancellation of a GetDirections method calculation using a CancellationToken.
| |
GetDirections(String) |
Calculate the route and return a representative Directions object using the given culture.
| |
GetDirections(UnitSystem) |
Calculate the route and return a representative
Directions object using the
specified UnitSystem.
| |
GetDirections(String, CancellationToken) |
Requests the cancellation of a GetDirections(String) method calculation using a CancellationToken.
| |
GetDirections(UnitSystem, String) |
Calculate the route and return a representative
Directions object using the specified UnitSystem and culture.
| |
GetDirections(UnitSystem, CancellationToken) |
Requests the cancellation of a GetDirections(UnitSystem) method calculation using a CancellationToken.
| |
GetDirections(UnitSystem, String, CancellationToken) |
Requests the cancellation of a GetDirections(UnitSystem, String) method calculation using a CancellationToken.
| |
GetDirections(UnitSystem, String, IAsyncDirectionsHandler) |
Calculate the route and return a representative
Directions object using the specified UnitSystem and culture.
| |
GetDirections(UnitSystem, String, IAsyncDirectionsHandler, CancellationToken) |
Gets the Directions for the
route using the specified units. Directions events are sent to 'handler' as directions are built.
Calculation of the directions can be cancelled using the CancellationToken parameter.
|