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.
goMapをクリーンアップおよび/または完全にリセットできますか?$.goMap.createMarkerとで作成したポイントを削除したい$.goMap.createPolyline。
$.goMap.createMarker
$.goMap.createPolyline
解決策は次のとおりです。
DIVデータを削除します
$("#Map_Temp").removeData();
もう一度マップを作成します...
$("#Map_Temp").goMap({ latitude: XOXOXOX, longitude: XOXOXOX, zoom: 16, maptype: 'ROADMAP' });