Back to Devexpress

AzureLocalizedView Enum

windowsforms-devexpress-dot-xtramap-ed17c15b.md

latest2.2 KB
Original Source

AzureLocalizedView Enum

Lists map views for a certain country/region.

Namespace : DevExpress.XtraMap

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
public enum AzureLocalizedView
vb
Public Enum AzureLocalizedView

Members

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).

|

The following properties accept/return AzureLocalizedView values:

Remarks

Use AzureLocalizedView to ensure your application meets the country/region-specific view requirements. Set it to Auto to return map data based on the request’s IP address.

See Also

DevExpress.XtraMap Namespace