Event in EJ2 TypeScript Maps control

27 Apr 20233 minutes to read

animationComplete

When the animation in the component is completed, the animationComplete event will be triggered. To know more about the arguments of this event, refer here

annotationRendering

Before the annotation is rendered in the Maps, the annotationRendering event will be triggered. To know more about the arguments of this event, refer here.

beforePrint

The beforePrint event will be triggered before the print operation is started. To know more about the arguments of this event, refer here.

bubbleClick

The bubbleClick event will be triggered when clicking on the bubbles. To know more about the arguments of this event, refer here.

bubbleMouseMove

The bubbleMouseMove event will be triggered when the cursor moves over the bubbles. To know more about the arguments of this event, refer here.

bubbleRendering

The bubbleRendering event is triggered before rendering each bubble. To know more about the arguments of this event, refer here.

click

The click event will be triggered after the Maps is clicked. To know more about the arguments of this event, refer here.

dataLabelRendering

The dataLabelRendering event is triggered before rendering each label. To know more about the arguments of this event, refer here.

doubleClick

When performing the double click operation on an element in Maps, the doubleClick will be triggered. To know more about the arguments of this event, refer here.

itemHighlight

The itemHighlight event occurs when the cursor moves over the shapes. To know more about the arguments of this event, refer here.

itemSelection

The itemSelection event occurs when selecting the shapes in the Maps. To know more about the arguments of this event, refer here.

layerRendering

The layerRendering event is triggered before rendering each layer. To know more about the arguments of this event, refer here.

legendRendering

The legendRendering event is triggered before rendering the legend in the component. To know more about the arguments of this event, refer here.

load

The load event will be triggered before rendering the Maps. To know more about the arguments of this event, refer here.

loaded

The loaded event is triggered after the Maps component has been loaded. To know more about the arguments of this event, refer here.

markerClick

markerClick event will be triggered by clicking the markers in the Maps. To know more about the arguments of this event, refer here.

markerClusterClick

The markerClusterClick event is triggered after clicking the marker cluster. To know more about the arguments of this event, refer here.

markerClusterMouseMove

The markerClusterMouseMove event will be triggered when the cursor moves over the marker cluster. To know more about the arguments of this event, refer here.

markerClusterRendering

The markerClusterRendering event is triggered before rendering each marker cluster. To know more about the arguments of this event, refer here.

markerRendering

The markerRendering event is triggered before rendering each marker. To know more about the arguments of this event, refer here.

pan

When panning the Maps, the pan event will be triggered. To know more about the arguments of this event, refer here.

resize

The resize event will be triggered when resizing the Maps. To know more about the arguments of this event, refer here.

rightClick

The rightClick event will be triggered when performing the right click operation on an element in Maps. To know more about the arguments of this event, refer here.

shapeHighlighted

The shapeHighlighted event is triggered when mouse move on the shape in Maps and before the shape gets highlighted. To know more about the arguments of this event, refer here.

shapeRendering

The shapeRendering event will be triggered before rendering a shape of the Maps. To know more about the arguments of this event, refer here.

shapeSelected

The shapeSelected event is triggered when select a shape in Maps. To know more about the arguments of this event, refer here.

tooltipRender

The tooltipRender event is triggered before the tooltip gets rendered. To know more about the arguments of this event, refer here.

tooltipRenderComplete

The tooltipRenderComplete event is triggered after the tooltip gets rendered. To know more about the arguments of this event, refer here.

zoom

The zoom event will be triggered after zooming-in or zooming-out the Maps. To know more about the arguments of this event, refer here.