This event is fired when a map type is added to the map.
removemaptype
type
This event is fired when a map type is removed from the map.
click
overlay, point
This event is fired when the map is clicked with the mouse. If the click was on a marker, then the marker is passed to the event handler in the overlay argument, and a click event is also fired on the marker. Otherwise, the geographical coordinates of the point that was clicked are passed in the point argument.
dblclick
overlay, point
This event is fired when a double click is done on the map. Notice that this event will not be fired if the double click was on a marker. The geographical coordinates of the point that was double clicked are passed in the point argument. The overlay argument is always set to null. (Since 2.83)
singlerightclick
point, src, overlay?
This event is fired when the DOM contextmenu event is fired on the map container. If the right click was on a marker, then the marker is passed to the event handler in the overlay argument. The pixel coordinates (in the DOM element that holds the map) of the point that was right clicked and the source element of the DOM event are passed in the point and src arguments respectively. Note that if it is a double right click and double click to zoom is enabled, then the map zooms out and no singlerightclick event is fired. If, however, double click to zoom is disabled, two singlerightclick events will be fired. (Since 2.84)
movestart
none
This event is fired when the map view starts changing. This can be caused by dragging, in which case a dragstart event is also fired, or by invocation of a method that changes the map view.
move
none
This event is fired, possibly repeatedly, while the map view is changing.
moveend
none
This event is fired when the change of the map view ends.
zoomend
oldLevel, newLevel
This event is fired when the map reaches a new zoom level. The event handler receives the previous and the new zoom level as arguments.
maptypechanged
none
This event is fired when another map type is selected.
infowindowopen
none
This event is fired when the info window opens.
infowindowbeforeclose
none
This event is fired before the info window closes. (Since 2.83)
infowindowclose
none
This event is fired when the info window closes. The event