Back to Devexpress

TdxMapControlAzureMapImageryDataProvider.LocalizedMapView Property

vcl-dxazuremapimagerydataprovider-dot-tdxmapcontrolazuremapimagerydataprovider-7b997005.md

latest1.8 KB
Original Source

TdxMapControlAzureMapImageryDataProvider.LocalizedMapView Property

Specifies the region-specific map display mode.

Declaration

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

Property Value

TypeDefaultDescription
TdxAzureMapLocalizedMapViewAuto

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

TdxMapControlAzureMapImageryDataProvider.Language Property

TdxMapControlAzureMapImageryDataProvider Class

TdxMapControlAzureMapImageryDataProvider Members

dxAzureMapImageryDataProvider Unit