This event is fired when the map center property changes.
This event is fired when the user clicks on the map. An ApiMouseEvent with properties for the clicked location is returned unless a place icon was clicked, in which case an IconMouseEvent with a placeid is returned. IconMouseEvent and ApiMouseEvent are identical, except that IconMouseEvent has the placeid field. The event can always be treated as an ApiMouseEvent when the placeid is not important. The click event is not fired if a marker or infowindow was clicked.
This event is fired when the user double-clicks on the map. Note that the click event will also fire, right before this one.
This event is repeatedly fired while the user drags the map.
This event is fired when the user stops dragging the map.
This event is fired when the user starts dragging the map.
This event is fired when the map heading property changes.
This event is fired when the map becomes idle after panning or zooming.
This event is fired when the mapTypeId property changes.
This event is fired whenever the user's mouse moves over the map container.
This event is fired when the user's mouse exits the map container.
This event is fired when the user's mouse enters the map container.
This event is fired when the projection has changed.
This event is fired when the DOM contextmenu event is fired on the map container.
This event is fired when the visible tiles have finished loading.
This event is fired when the map tilt property changes.
This event is fired when the map zoom property changes.
Generated using TypeDoc
This event is fired when the viewport bounds have changed.
Maps JavaScript API
{@link Map#getBounds}
{@link Map#fitBounds}
{@link Map#panToBounds}