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

    Returns additional parameters defined in the Azure Maps Route service response.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public Dictionary<string, object> Properties { get; }

    Property Value

    Type Description
    Dictionary<String, Object>

    The dictionary that stores additional parameters defined in the Azure Maps Route service response.

    See Also