Click or drag to resize

IRouteGetRouteHighlight Method (String, CancellationToken)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Requests the cancellation of a GetRouteHighlight(String) method calculation using a CancellationToken.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
Directions GetRouteHighlight(
	string dataUrl,
	CancellationToken cancelToken
)

Parameters

dataUrl
Type: SystemString
URL from which the stop data should be obtained.
cancelToken
Type: Telogis.GeoBase.ConcurrencyCancellationToken
The cancellation token used to request calculation cancellation.

Return Value

Type: Directions
The likely route that was taken between the points in a given route history, without generating natural language directions or checking for route legality.
See Also