Back to Devexpress

AzureMapDataProviderBase.LocalizedMapView Property

wpf-devexpress-dot-xpf-dot-map-dot-azuremapdataproviderbase-e4b48ea5.md

latest2.4 KB
Original Source

AzureMapDataProviderBase.LocalizedMapView Property

Specifies the map view for a certain country/region.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public AzureLocalizedView LocalizedMapView { get; set; }
vb
Public Property LocalizedMapView As AzureLocalizedView

Property Value

TypeDescription
AzureLocalizedView

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. The Auto value to return the map data based on the IP address of the request.

You can also use the CultureName property tp specify the Culture name used to obtain data from Azure GIS services.

See Also

AzureMapDataProviderBase Class

AzureMapDataProviderBase Members

DevExpress.Xpf.Map Namespace