Where can find all google maps v3 event list?

匿名 (未验证) 提交于 2019-12-03 03:04:01

问题:

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:

API Reference

List of all events (with demo)



回答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:

Google Maps Javascript API V3 Events



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!