blazor-devexpress-dot-blazor-dot-dxmap-dot-underscore-members.md
An interactive component that displays a geographic map with markers and routes.
| Name | Description |
|---|---|
| DxMap() | Initializes a new instance of the DxMap class. |
| Name | Description |
|---|---|
| AutoAdjust | Specifies whether the component automatically adjusts the map center and zoom level to display all markers and routes. |
| ControlsVisible | Specifies whether map UI controls are visible. |
| CssClass | Assigns a CSS class to the DxMap component. |
| GoogleMapId | Specifies the map ID for Google and GoogleStatic providers. |
| Height | Specifies the component height. |
| Id | Specifies the component’s unique identifier. |
| MarkerIconUrl | Specifies the URL for map marker icons. |
| Provider | Specifies the name of the current map data provider. |
| Type | Specifies the type of a map to display. |
| Visible | Specifies the component’s visibility. |
| Width | Specifies the component width. |
| Zoom | Specifies the map zoom level. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Name | Description |
|---|---|
| MapClick | Fires when a user clicks a map. |
| MarkerClick | Fires when a user clicks a map marker. |
See Also