IRouteGetDirections Method |
Name | Description | |
---|---|---|
GetDirections |
Gets the Directions for the
route using the units in
Units.
| |
GetDirections(CancellationToken) |
Gets the Directions for the route allowing
cancellation using a CancellationToken.
| |
GetDirections(String) |
Gets the Directions for the
route using the specified culture.
| |
GetDirections(UnitSystem) |
Gets the Directions for the
route using the specified units.
| |
GetDirections(String, CancellationToken) |
Gets the Directions for the
route using the specified culture allowing cancellation using a CancellationToken.
| |
GetDirections(UnitSystem, String) |
Gets the Directions for the
route using the specified culture and units.
| |
GetDirections(UnitSystem, CancellationToken) |
Gets the Directions for the
route using the specified units allowing cancellation using a CancellationToken.
| |
GetDirections(UnitSystem, String, CancellationToken) |
Gets the Directions for the
route using the specified culture and units allowing cancellation using a CancellationToken.
| |
GetDirections(UnitSystem, String, IAsyncDirectionsHandler) |
Gets the Directions for the
route using the specified units. Directions events are sent to 'handler' as directions are built.
| |
GetDirections(UnitSystem, String, IAsyncDirectionsHandler, CancellationToken) |
Gets the Directions for the
route using the specified culture and units allowing cancellation using a CancellationToken.
Directions events are sent to 'handler' as directions are built.
|