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

    Gets the effective settings used in the current call.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    [DefaultValue(AzureRouteReport.None)]
    public AzureRouteReport RouteReport { get; set; }

    Property Value

    Type Default Description
    AzureRouteReport None

    A value that specifies the type of data that should be reported for diagnostic purposes.

    Available values:

    Name Description
    None

    No diagnostic report will be requested.

    EffectiveSettings

    Reports the effective parameters or data used when calling the API.

    See Also