All docs
V23.2
24.1
23.2
23.1
22.2
The page you are viewing does not exist in version 22.2.
22.1
The page you are viewing does not exist in version 22.1.
21.2
The page you are viewing does not exist in version 21.2.
21.1
The page you are viewing does not exist in version 21.1.
20.2
The page you are viewing does not exist in version 20.2.
20.1
The page you are viewing does not exist in version 20.1.
19.2
The page you are viewing does not exist in version 19.2.
19.1
The page you are viewing does not exist in version 19.1.
18.2
The page you are viewing does not exist in version 18.2.
18.1
The page you are viewing does not exist in version 18.1.
17.2
The page you are viewing does not exist in version 17.2.

jQuery Map Types

ClickEvent

The type of the click event handler's argument.

import { ClickEvent } from "devextreme/ui/map"
Type:

Object

Used in:

DisposingEvent

The type of the disposing event handler's argument.

import { DisposingEvent } from "devextreme/ui/map"
Type:

Object

InitializedEvent

The type of the initialized event handler's argument.

import { InitializedEvent } from "devextreme/ui/map"
Type:

Object

MapProvider

The name of the current map data provider.

Accepted Values: 'bing' | 'google' | 'googleStatic'

Used in:

MapType

The type of a map to display.

Accepted Values: 'hybrid' | 'roadmap' | 'satellite'

Used in:

MarkerAddedEvent

The type of the markerAdded event handler's argument.

import { MarkerAddedEvent } from "devextreme/ui/map"
Type:

Object

MarkerRemovedEvent

The type of the markerRemoved event handler's argument.

import { MarkerRemovedEvent } from "devextreme/ui/map"
Type:

Object

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { OptionChangedEvent } from "devextreme/ui/map"
Type:

Object

ReadyEvent

The type of the ready event handler's argument.

import { ReadyEvent } from "devextreme/ui/map"
Type:

Object

Used in:

RouteAddedEvent

The type of the routeAdded event handler's argument.

import { RouteAddedEvent } from "devextreme/ui/map"
Type:

Object

RouteMode

Specifies a transportation mode to be used in the displayed route.

Accepted Values: 'driving' | 'walking'

RouteRemovedEvent

The type of the routeRemoved event handler's argument.

import { RouteRemovedEvent } from "devextreme/ui/map"
Type:

Object