-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating marker position #45
Comments
Ugly but works:
|
Thanks for the tip, For my case the lat-lon will come from some piece of data in the Vuex store, after mutating the data, need to also reflect the change on the marker (tracksymbol in my case)... |
@MichalKrakow Yes that's ugly... I will look into it as it is suppose to work. |
This happens only for small changes that does not require map to redraw. If map redraws the marker gets updated. |
Fixed In v0.0.50 Mickaël |
Not sure if i understood marker component code but it seems there's no way to call setLatLng() on marker and just binding :lat-lng="position" will not trigger map refresh when the value changes.
This should be an option for some live maps applications.
Regards.
The text was updated successfully, but these errors were encountered: