You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to dynamically load markers. I was able to do it using restoreState method, but it is marked as private. What is "correct" way to reload markers?
The text was updated successfully, but these errors were encountered:
If you mean reloading the markup in an already open marker.js Live instance then there's no official way of doing that. It was made with the assumption of creating a new instance to show each markup object.
I guess if calling restoreState() works for you without side effects, you can use it in a "hacky" way (ignoring the private designation).
I'm trying to dynamically load markers. I was able to do it using
restoreState
method, but it is marked as private. What is "correct" way to reload markers?The text was updated successfully, but these errors were encountered: