Search results

MapsModel API in Vue Maps API component

Interface for a class Maps

Properties

animationComplete

EmitType<IAnimationCompleteEventArgs>

Triggers after the animation is completed in the maps.

annotationRendering

EmitType<IAnnotationRenderingEventArgs>

Triggers before rendering an annotation in the maps.

beforePrint

EmitType<IPrintEventArgs>

Triggers before the print gets started.

bubbleClick

EmitType<IBubbleClickEventArgs>

Triggers when performing the click operation on the bubble element in maps.

bubbleMouseMove

EmitType<IBubbleMoveEventArgs>

Triggers when hovering the mouse on the bubble element in maps.

bubbleRendering

EmitType<IBubbleRenderingEventArgs>

Triggers before the bubble element gets rendered on the map.

click

EmitType<IMouseEventArgs>

Triggers when a user clicks on an element in Maps.

dataLabelRendering

EmitType<ILabelRenderingEventArgs>

Triggers before the data-label gets rendered.

doubleClick

EmitType<IMouseEventArgs>

Triggers when performing the double click operation on an element in maps.

itemHighlight

EmitType<ISelectionEventArgs>

Trigger before the shape, bubble or marker gets highlighted.

itemSelection

EmitType<ISelectionEventArgs>

Triggers before the shape, bubble or marker gets selected.

layerRendering

EmitType<ILayerRenderingEventArgs>

Triggers before the maps layer gets rendered.

legendRendering

EmitType<ILegendRenderingEventArgs>

Triggers before the legend gets rendered.

load

EmitType<ILoadEventArgs>

Triggers before the maps gets rendered.

loaded

EmitType<ILoadedEventArgs>

Triggers after the maps gets rendered.

markerClick

EmitType<IMarkerClickEventArgs>

Triggers when clicking on a marker element.

markerClusterClick

EmitType<IMarkerClusterClickEventArgs>

Triggers when clicking the marker cluster in maps.

markerClusterMouseMove

EmitType<IMarkerClusterMoveEventArgs>

Triggers when moving the mouse over the marker cluster element in maps.

markerClusterRendering

EmitType<IMarkerClusterRenderingEventArgs>

Triggers before the maps marker cluster gets rendered.

markerDragEnd

EmitType<IMarkerDragEventArgs>

When the marker has stopped dragging on the map, this event is triggered.

markerDragStart

EmitType<IMarkerDragEventArgs>

When the marker begins to drag on the map, this event is triggered.

markerMouseMove

EmitType<IMarkerMoveEventArgs>

Triggers when moving the mouse over the marker element in maps.

markerRendering

EmitType<IMarkerRenderingEventArgs>

Triggers before the maps marker gets rendered.

onclick

EmitType<IMouseEventArgs>

Triggers when a user clicks on an element in Maps.

pan

EmitType<IMapPanEventArgs>

Triggers before performing the panning operation.

panComplete

EmitType<IMapPanEventArgs>

This event is triggered after performing the panning action.

resize

EmitType<IResizeEventArgs>

Triggers to notify the resize of the maps when the window is resized.

rightClick

EmitType<IMouseEventArgs>

Triggers when performing the right click operation on an element in maps.

shapeHighlight

EmitType<IShapeSelectedEventArgs>

Triggers before the shape gets highlighted.

shapeRendering

EmitType<IShapeRenderingEventArgs>

Triggers before the maps shape gets rendered.

shapeSelected

EmitType<IShapeSelectedEventArgs>

Triggers when a shape is selected in the maps.

tooltipRender

EmitType<ITooltipRenderEventArgs>

Triggers before the maps tooltip gets rendered.

tooltipRenderComplete

EmitType<ITooltipRenderCompleteEventArgs>

Triggers after the maps tooltip gets rendered.

zoom

EmitType<IMapZoomEventArgs>

Triggers before the zoom operations such as zoom in and zoom out in the maps.

zoomComplete

EmitType<IMapPanEventArgs>

This event is triggered after the zooming operation is completed.

allowImageExport

boolean

Enables or disables the export to image functionality in maps.

allowPdfExport

boolean

Enables or disables the export to PDF functionality in maps.

allowPrint

boolean

Enables or disables the print functionality in maps.

annotations

AnnotationModel[]

Gets or sets the options for customizing the annotations in the maps.

background

string

Gets or sets the background color of the maps container.

baseLayerIndex

number

Gets or sets the index of the layer of maps which will be the base layer. It provides the option to select which layer to be visible in the maps.

border

BorderModel

Gets or sets the options for customizing the style properties of the maps border.

centerPosition

CenterPositionModel

Gets or sets the center position of the maps.

description

string

Gets or sets the description of the maps for assistive technology.

enablePersistence

boolean

Enable or disable persisting component’s state between page reloads.

enableRtl

boolean

Enable or disable rendering component in right to left direction.

format

string

Gets or sets the format to apply internationalization for the text in the maps.

height

string

Gets or sets the height in which the maps is to be rendered.

layers

LayerSettingsModel[]

Gets or sets the options to customize the layers of the maps.

legendSettings

LegendSettingsModel

Gets or sets the options to customize the legend of the maps.

locale

string

Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.

mapsArea

MapsAreaSettingsModel

Gets or sets the options to customize the area around the map.

margin

MarginModel

Gets or sets the options to customize the margin of the maps.

projectionType

ProjectionType

Gets or sets the projection with which the maps will be rendered to show the two-dimensional curved surface of a globe on a plane.

tabIndex

number

Gets or sets the tab index value for the maps.

theme

MapsTheme

Gets or sets the theme styles supported for maps. When the theme is set, the styles associated with the theme will be set in the maps.

titleSettings

TitleSettingsModel

Gets or sets the options to customize the title of the maps.

tooltipDisplayMode

TooltipGesture

Gets or sets the mode in which the tooltip is to be displayed. The tooltip can be rendered on mouse move, click or double clicking on the element on the map.

useGroupingSeparator

boolean

Enables or disables the visibility state of the separator for grouping.

width

string

Gets or sets the width in which the maps is to be rendered.

zoomSettings

ZoomSettingsModel

Gets or sets the options to customize the zooming operations in maps.