googlemapでクリックしたマーカーを地図の中心に移動
- 2016.10.24
- GoogleMap
google.maps.event.addListener(marker09, "click", function (e) { ib.open(theMap, this); // 地図の中心を移動 var movePos = new google.maps.LatLng(34.675345, 135.499509); theMap.panTo(movePos); });
WPなど案件構築覚書
google.maps.event.addListener(marker09, "click", function (e) { ib.open(theMap, this); // 地図の中心を移動 var movePos = new google.maps.LatLng(34.675345, 135.499509); theMap.panTo(movePos); });