IRouteGetRouteHighlight Method (String, CancellationToken) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Directions GetRouteHighlight(
string dataUrl,
CancellationToken cancelToken
)
Function GetRouteHighlight (
dataUrl As String,
cancelToken As CancellationToken
) As Directions
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:
DirectionsThe 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