AzureRouteSummary.DeviationPoint Property
Returns a geo point along the current route where a user has strayed off or deviated from the reference route. Typically, the reference route goes first in the AzureRouteCalculationResult.RouteResults property value that you can access on the AzureRouteDataProvider.RouteCalculated event. DeviationDistance
is in effect if you set a non-zero value to the AzureRouteOptions.MaxAlternatives property.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v25.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Property Value
Type | Description |
---|---|
GeoPoint | A geo point. |
See Also