Skip to content

Whan I drag the map the marker is not moving with it #60

@mirono

Description

@mirono

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions