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
{{ message }}
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
When altering a markers location, the change is not reflected in the map. It seems as though the markers location is not watched.
See this example. Clicking the "Move a Marker" button should move the marker to a new random location.
The hack we've had to use to get this working is to use the doRebuildAll attribute to force the map to update. You can see this works by adding doRebuildAll="true" to the to the marker cluster element in the above Plunkr, but this solution is horrible...