Angular VectorMap Types

CenterChangedEvent

The type of the centerChanged event handler's argument.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
Type: DxVectorMapTypes.CenterChangedEvent

ClickEvent

The type of the click event handler's argument.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
Type: DxVectorMapTypes.ClickEvent

DisposingEvent

The type of the disposing event handler's argument.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
Type: DxVectorMapTypes.DisposingEvent

DrawnEvent

The type of the drawn event handler's argument.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
Type: DxVectorMapTypes.DrawnEvent

ExportedEvent

The type of the exported event handler's argument.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
Type: DxVectorMapTypes.ExportedEvent

ExportingEvent

The type of the exporting event handler's argument.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
Type: DxVectorMapTypes.ExportingEvent

FileSavingEvent

The type of the fileSaving event handler's argument.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
Type: DxVectorMapTypes.FileSavingEvent

IncidentOccurredEvent

The type of the incidentOccurred event handler's argument.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
Type: DxVectorMapTypes.IncidentOccurredEvent

InitializedEvent

The type of the initialized event handler's argument.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
Type: DxVectorMapTypes.InitializedEvent

Legend

Configures map legends.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"

OptionChangedEvent

The type of the optionChanged event handler's argument.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
Type: DxVectorMapTypes.OptionChangedEvent

SelectionChangedEvent

The type of the selectionChanged event handler's argument.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
Type: DxVectorMapTypes.SelectionChangedEvent

Tooltip

Configures tooltips.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"

TooltipHiddenEvent

The type of the tooltipHidden event handler's argument.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
Type: DxVectorMapTypes.TooltipHiddenEvent

TooltipShownEvent

The type of the tooltipShown event handler's argument.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
Type: DxVectorMapTypes.TooltipShownEvent

VectorMapLayerType

Specifies layer type.

Accepted Values: 'area' | 'line' | 'marker'

VectorMapMarkerShape

Specifies the shape of item markers.

Accepted Values: 'circle' | 'square'

VectorMapMarkerType

Specifies the type of a marker element.

Accepted Values: 'bubble' | 'dot' | 'image' | 'pie'

VectorMapProjection

Specifies the map projection.

Accepted Values: 'equirectangular' | 'lambert' | 'mercator' | 'miller'

ZoomFactorChangedEvent

The type of the zoomFactorChanged event handler's argument.

import { DxVectorMapTypes } from "devextreme-angular/ui/vector-map"
Type: DxVectorMapTypes.ZoomFactorChangedEvent