Click or drag to resize

IRouteCalculate Method (UnitSystem, CancellationToken)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calculates the route, from Start to End allowing cancellation using a CancellationToken.

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

Parameters

units
Type: Telogis.GeoBase.NavigationUnitSystem
The type of units in which to measure cost.
cancelToken
Type: Telogis.GeoBase.ConcurrencyCancellationToken
The cancellation token used to request calculation cancellation.
See Also