vue-googlemaps
vue-googlemaps copied to clipboard
How can I move marker Location
I am trying to build a realtime location tracker for a delivery system. There I need to change the marker location based on lat long. How can I do that?
I am using like this may be wrong
`
<!-- Marker -->
<googlemaps-marker
title="Paris"
:position="latlang" />
</googlemaps-map>`
and I am changing setUserPosition, latlang and center
lat long. it changes the position but cannot see the market.
HI, did you find the solution ? I think lib is death