Skip to main content
All docs
V25.1
  • TdxMapControlAzureMapImageryDataProvider.LocalizedMapView Property

    Specifies the region-specific map display mode.

    Declaration

    property LocalizedMapView: TdxAzureMapLocalizedMapView read; write; default TdxAzureMapLocalizedMapView.Auto;

    Property Value

    Type Default Description
    TdxAzureMapLocalizedMapView Auto

    The active region-specific map display mode.

    Remarks

    In certain countries, legislation may require applications to display local map versions (with specific borders of disputed regions, for example). You can use the LocalizedMapView property to adapt your application to the target country.

    Refer to the TdxAzureMapLocalizedMapView type description for the full list of countries with local map views available for Azure Maps.

    Default Value

    The LocalizedMapView property’s default value is TdxAzureMapLocalizedMapView.Auto.

    The default LocalizedMapView property value indicates that the Map Control downloads a country-specific map tileset according to the client IP address.

    See Also