Back to Devexpress

AzureRouteSummary.DeviationPoint Property

wpf-devexpress-dot-xpf-dot-map-dot-azureroutesummary-5cc9b1ea.md

latest1.5 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public GeoPoint DeviationPoint { get; }
vb
Public ReadOnly Property DeviationPoint As GeoPoint

Property Value

TypeDescription
GeoPoint

A geo point.

|

See Also

AzureRouteSummary Class

AzureRouteSummary Members

DevExpress.Xpf.Map Namespace