Sdílet prostřednictvím


LocalizedMapView Struct

Definition

The LocalizedMapView.

public readonly struct LocalizedMapView : IEquatable<Azure.Maps.LocalizedMapView>
type LocalizedMapView = struct
Public Structure LocalizedMapView
Implements IEquatable(Of LocalizedMapView)
Inheritance
LocalizedMapView
Implements

Constructors

LocalizedMapView(String)

Initializes a new instance of LocalizedMapView.

Properties

Argentina

Argentina (Argentinian View).

Auto

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

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

Unified

Unified View (Others).

UnitedArabEmirates

United Arab Emirates (Arabic View).

Yemen

Yemen (Arabic View).

Methods

Equals(LocalizedMapView)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(LocalizedMapView, LocalizedMapView)

Determines if two LocalizedMapView values are the same.

Implicit(String to LocalizedMapView)

Converts a string to a LocalizedMapView.

Inequality(LocalizedMapView, LocalizedMapView)

Determines if two LocalizedMapView values are not the same.

Applies to