google.maps.event.addListener(map, 'bounds_changed', alert("say sth"))
マップがロードされたのは初めてです。その後、マップをドラッグしたりズームしたりしても、アラートはポップアップしませんでした。
同じでしたgoogle.maps.event.addListener(map, 'idle', alert("just pop twice!"))
。
google.maps.event.addListener(map, 'bounds_changed', alert("say sth"))
マップがロードされたのは初めてです。その後、マップをドラッグしたりズームしたりしても、アラートはポップアップしませんでした。
同じでしたgoogle.maps.event.addListener(map, 'idle', alert("just pop twice!"))
。