vue-googlemaps icon indicating copy to clipboard operation
vue-googlemaps copied to clipboard

How can I move marker Location

Open hkmsadek opened this issue 6 years ago • 1 comments

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

` <googlemaps-user-position @update:position="setUserPosition" />

                <!-- 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.

hkmsadek avatar Aug 13 '18 19:08 hkmsadek

HI, did you find the solution ? I think lib is death

kristoff2016 avatar Oct 18 '18 08:10 kristoff2016