TdxAzureMapLocalizedMapView Enum
Enumerates region-specific map tile varieties supplied by Azure Maps services.
#Declaration
TdxAzureMapLocalizedMapView = (
AE,
AR,
Auto,
BH,
&IN,
IQ,
JO,
KW,
LB,
MA,
OM,
PK,
PS,
QA,
SA,
SY,
Unified,
YE
);
#Members
Name | Description |
---|---|
AE
|
United Arab Emirates (Arabic View). |
AR
|
Argentina (Argentinian View). |
Auto
|
Default. The Map Control automatically downloads a tileset version from Azure Maps servers based on the current IP address. |
BH
|
Bahrain (Arabic View). |
IN
|
India (Indian View). |
IQ
|
Iraq (Arabic View). |
JO
|
Jordan (Arabic View). |
KW
|
Kuwait (Arabic View). |
LB
|
Lebanon (Arabic View). |
MA
|
Morocco (Arabic View). |
OM
|
Oman (Arabic View). |
PK
|
Pakistan (Pakistani View). |
PS
|
Palestinian Authority (Arabic View). |
QA
|
Qatar (Arabic View). |
SA
|
Saudi Arabia (Arabic View). |
SY
|
Syria (Arabic View). |
Unified
|
Unified View (Others). |
YE
|
Yemen (Arabic View). |
#Remarks
In certain countries, legislation may require applications to display local map versions (with specific borders of disputed regions, for example). The TdxAzureMapLocalizedMapView
type enumerates all region-specific tile varieties supplied by Azure Maps.
Note
Tdx
is a scoped enumeration type. Use the type name together with a scope resolution token (.
in Delphi or ::
in C++Builder) followed by an enumeration value to refer to this value. For example, use Tdx
(in Delphi) or Tdx
(in C++Builder) to refer to the Satellite
value in code.
#Direct TdxAzureMapLocalizedMapView Type Reference
The TdxMapControlAzureMapImageryDataProvider.LocalizedMapView property references the TdxAzureMapLocalizedMapView
type.