首页 > 解决方案 > Google Map fliker 如何在更新标记位置上删除

问题描述

riderMarker = new google.maps.Marker({
    position: new google.maps.LatLng(data.location.latitude, data.location.longitude),
                 map: map,
                 icon: iconBase
              });
    
    map.panTo(riderMarker.getPosition());

嗨,我在使用 javascript 在坐标的 udpate 上使用javascript在网站上使用google map flikering时遇到问题。标记也正在更新...提前谢谢

标签: javascriptdictionarymarker

解决方案


推荐阅读