Skip to main content
All docs
V25.1
  • AzureRouteDataProvider.CultureName Property

    Gets or sets the Culture name used to obtain data from Azure GIS services.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    [DefaultValue("")]
    public string CultureName { get; set; }

    Property Value

    Type Default Description
    String String.Empty

    The culture name that defines the written language and locale.

    See Also