我正在使用谷歌地图 API,我想移动制造商。我使用以下代码:
marker.setPosition( new google.maps.LatLng(driver.location_latitude, driver.location_longitude ) );
问题是它复制了制造商,而不是仅仅移动它。
我正在使用谷歌地图 API,我想移动制造商。我使用以下代码:
marker.setPosition( new google.maps.LatLng(driver.location_latitude, driver.location_longitude ) );
问题是它复制了制造商,而不是仅仅移动它。