Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxMapControlAzureMapImageryDataProvider.LocalizedMapView Property

Specifies the region-specific map display mode.

#Declaration

Delphi
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