As title, I searched official google maps api reference and other site, I can't find a doc list comprehensive available events. Please give me a hint to get all the v3 events. Thanks a lot.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
回答2:
In the Google Maps API docs, for google.maps.Map class [no direct listing sorry, but scroll down a bit] there are a list of events which the Map itself will fire. The events are:
- bounds_changed
- center_changed
- click
- dblclick
- drag
- dragend
- dragstart
- heading_changed
- idle
- maptypeid_changed
- mousemove
- mouseout
- mouseover
- projection_changed
- resize
- rightclick
- tilesloaded
- tilt_changed
- zoom_changed
回答3:
best to look at the API reference for the map object itself:
https://developers.google.com/maps/documentation/javascript/reference#Map
回答4:
there is a good reference for Google Maps Api events: