DxMap Properties
An interactive component that displays a geographic map with markers and routes.| 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. |
See Also