Click or drag to resize

IRouteGetDirections Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Overload List
  NameDescription
Public methodGetDirections
Gets the Directions for the route using the units in Units.
Public methodGetDirections(CancellationToken)
Gets the Directions for the route allowing cancellation using a CancellationToken.
Public methodGetDirections(String)
Gets the Directions for the route using the specified culture.
Public methodGetDirections(UnitSystem)
Gets the Directions for the route using the specified units.
Public methodGetDirections(String, CancellationToken)
Gets the Directions for the route using the specified culture allowing cancellation using a CancellationToken.
Public methodGetDirections(UnitSystem, String)
Gets the Directions for the route using the specified culture and units.
Public methodGetDirections(UnitSystem, CancellationToken)
Gets the Directions for the route using the specified units allowing cancellation using a CancellationToken.
Public methodGetDirections(UnitSystem, String, CancellationToken)
Gets the Directions for the route using the specified culture and units allowing cancellation using a CancellationToken.
Public methodGetDirections(UnitSystem, String, IAsyncDirectionsHandler)
Gets the Directions for the route using the specified units. Directions events are sent to 'handler' as directions are built.
Public methodGetDirections(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.
Top
See Also