Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
皆さん、
私はこのコードを持っていますhttps://gist.github.com/2473387
しかし、ポリゴンの座標を描画するにはどうすればよいですか?
DrawingManagerに「polygoncomplete」リスナーを追加し、ポリゴンMVCArrayから座標を取得することをお勧めします。
google.maps.event.addListener(drawingManager, 'polygoncomplete', function (polygon) { var coordinates = (polygon.getPath().getArray()); console.log(coordinates); });