Back to Devexpress

DxMap Members

blazor-devexpress-dot-blazor-dot-dxmap-dot-underscore-members.md

latest4.1 KB
Original Source

DxMap Members

An interactive component that displays a geographic map with markers and routes.

Constructors

NameDescription
DxMap()Initializes a new instance of the DxMap class.

Properties

NameDescription
AutoAdjustSpecifies whether the component automatically adjusts the map center and zoom level to display all markers and routes.
ControlsVisibleSpecifies whether map UI controls are visible.
CssClassAssigns a CSS class to the DxMap component.
GoogleMapIdSpecifies the map ID for Google and GoogleStatic providers.
HeightSpecifies the component height.
IdSpecifies the component’s unique identifier.
MarkerIconUrlSpecifies the URL for map marker icons.
ProviderSpecifies the name of the current map data provider.
TypeSpecifies the type of a map to display.
VisibleSpecifies the component’s visibility.
WidthSpecifies the component width.
ZoomSpecifies the map zoom level.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
MapClickFires when a user clicks a map.
MarkerClickFires when a user clicks a map marker.

See Also

DxMap Class

DevExpress.Blazor Namespace