Click or drag to resize

IRouteCalculate Method (UnitSystem, IAsyncDirectionsHandler)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calculates the cost of the route using the specified units.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
void Calculate(
	UnitSystem units,
	IAsyncDirectionsHandler handler
)

Parameters

units
Type: Telogis.GeoBase.NavigationUnitSystem
The type of units in which to measure cost.
handler
Type: Telogis.GeoBase.RoutingIAsyncDirectionsHandler
The handler for managing updates to the Directions.
See Also