JMap.Event.Map.on.basemapChanged
This event is triggered when the basemap changed.
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.click
This event is triggered when the mouse is clicked.
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.containerReady
This event is triggered when the map container is ready to use.
Triggered just before the first time the map is created, when JMap Core check if the map container exist or not (and create it if needed).
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.containerResized
This event is triggered when the map container is resized.
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.mapDestroy
This event is triggered when the map is destroyed.
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.mapLoad
This event is triggered when a layer is deleted.
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.mouseEnterOnLayer
This event is triggered when the mouse enter over a layer feature on a specific layer.
When switching from one feature to another, this event is not called again if the features are joined or intersect. This event only works on vector layers
IMPORTANT! : This event currently only works when a JMap layer's "base style" is displayed on the map (non-thematic), and only works well with a base Style Rule with only one condition and one Style Map Scale on JMap Cloud
Your listener id (must be unique for all map events)
The JMap Layer Id
Your listener function
JMap.Event.Map.on.mouseLeaveOnLayer
This event is triggered when the mouse leaves a layer feature, and is not over another feature.
IMPORTANT! : This event currently only works when a JMap layer's "base style" is displayed on the map (non-thematic), and only works well with a base Style Rule with only one condition and one Style Map Scale on JMap Cloud
Your listener id (must be unique for all map events)
The JMap Layer Id
Your listener function
JMap.Event.Map.on.mouseMove
This event is triggered when the mouse is moving over the map (when user or library pan the map).
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.mouseMoveOnLayer
This event is triggered when the mouse is moving over a JMap Layer on the map.
IMPORTANT! : This event currently only works when a JMap layer's "base style" is displayed on the map (non-thematic), and only works well with a base Style Rule with only one condition and one Style Map Scale on JMap Cloud
Your listener id (must be unique for all map events)
The JMap Layer Id
Your listener function
JMap.Event.Map.on.move
This event is triggered when the map is moving (when user or library pan the map).
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.moveEnd
This event is triggered when the map end moving (when user or library pan the map).
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.moveStart
This event is triggered when the map start moving (when user or library pan the map).
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.pitch
This event is triggered when pitch on the map start.
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.pitchEnd
This event is triggered when pitch on the map end.
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.pitchStart
This event is triggered when pitch on the map start.
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.rotate
This event is triggered when the map is rotating
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.rotateStart
This event is triggered when rotation on the map start.
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.rotateStop
This event is triggered when rotation on the map stop.
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.selectionChanged
This event is triggered when the map selection has changed.
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.zoom
This event is triggered when zooming on map
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.zoomEnd
This event is triggered when zoom end.
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on.zoomStart
This event is triggered when zoom start.
Your listener id (must be unique for all map events)
Your listener function
JMap.Event.Map.on
Here you have all available map events on which you can attach a listener.