Skip to main content
All docs
V25.1
  • AzureRouteInstruction.RouteOffsetMeters Property

    Returns the distance from the route start point to the location for which instruction is.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public int RouteOffsetMeters { get; }

    Property Value

    Type Description
    Int32

    The distance between the route start and current location in meters.

    See Also