Back to Devexpress

AzureGeocodeDataProvider.LocalizedMapView Property

windowsforms-devexpress-dot-xtramap-dot-azuregeocodedataprovider-9acebc5b.md

latest2.4 KB
Original Source

AzureGeocodeDataProvider.LocalizedMapView Property

Specifies the map view for a certain country/region.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(AzureLocalizedView.Unified)]
public AzureLocalizedView LocalizedMapView { get; set; }
vb
<DefaultValue(AzureLocalizedView.Unified)>
Public Property LocalizedMapView As AzureLocalizedView

Property Value

TypeDefaultDescription
AzureLocalizedViewUnified

A AzureLocalizedView value that specifies the map view for a certain country/region.

|

Available values:

Show 17 items

NameDescription
Unified

Unified View (Others).

| | Auto |

Returns map data based on the IP address of the request.

| | Argentina |

Argentina (Argentinian View).

| | Bahrain |

Bahrain (Arabic View).

| | India |

India (Indian View).

| | Iraq |

Iraq (Arabic View).

| | Jordan |

Jordan (Arabic View).

| | Kuwait |

Kuwait (Arabic View).

| | Lebanon |

Lebanon (Arabic View).

| | Morocco |

Morocco (Moroccan View).

| | Oman |

Oman (Arabic View).

| | Pakistan |

Pakistan (Pakistani View).

| | PalestinianAuthority |

Palestinian Authority (Arabic View).

| | Qatar |

Qatar (Arabic View).

| | SaudiArabia |

Saudi Arabia (Arabic View).

| | Syria |

Syria (Arabic View).

| | Yemen |

Yemen (Arabic View).

|

Remarks

You can specify LocalizedMapView to allow your application to comply with the view required by the country/region your application will be serving. Set the value to Auto to retrieve map data based on the IP address of the request.

See Also

AzureGeocodeDataProvider Class

AzureGeocodeDataProvider Members

DevExpress.XtraMap Namespace