I have a markercluster.

I have a listener for every marker in it.

When I click on it, I go into its listener routine.

Now how do I keep this marker and remove all others from the cluster?

I did this but it somehow doesnt work

temp.push(this);
markerCluster_new.addMarkers(temp);
markerCluster_old.clearMarkers();
link|improve this question

feedback

1 Answer

up vote 0 down vote accepted
  • Remove all the markers
  • Reinsert the one you want to keep
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.