Skip to main content
All docs
V25.1
  • AzureRouteCalculationResult.RouteReport Property

    Returns the effective settings used in the current call.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public List<KeyValuePair<string, string>> RouteReport { get; }

    Property Value

    Type Description
    List<KeyValuePair<String, String>>

    A collection of effective parameters or data used when calling this Route API.

    See Also