Skip to main content
All docs
V25.1
  • AzureRouteResult.Legs Property

    Returns all legs that together comprise the calculated route.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public List<AzureRouteLeg> Legs { get; }

    Property Value

    Type Description
    List<AzureRouteLeg>

    A list of legs that together comprise the calculated route.

    Remarks

    A leg is a point list that describes a route part. Each waypoint specified in the request will result in an additional route leg.

    See Also