📜  google maps js on map load - Javascript代码示例

📅  最后修改于: 2022-03-11 15:03:49.947000             🧑  作者: Mango

代码示例1
google.maps.event.addListenerOnce(map, 'idle', function(){
    // do something only the first time the map is loaded
});