-
-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
When I drag the map, the marker is not moving with it, but stay at the center of the map.
<googlemaps-map class="map" style="height:600px;" :center.sync="centerMap" :zoom.sync="zoom"> <googlemaps-marker title="You" :draggable="false" :key="1" :position.sync="centerMap"></googlemaps-marker> </googlemaps-map>
export default { data() { return { centerMap: { lat: 48.853, lng: 2.298 }, zoom: 14 } }, }
Here is a short demo of the issue:
https://drive.google.com/open?id=1L_EwjmGV603k84aZuTVdGSbHPk0auQ5U
Metadata
Metadata
Assignees
Labels
No labels