DevExtreme v23.1 is now available.

Explore our newest features/capabilities and share your thoughts with us.

Types

ClickEvent

The type of the click event handler's argument.

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

Object

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'

MapType

The type of a map to display.

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

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

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