I am showing current location using a red marker and some other set of location using a blue marker. After an operation, I have to remove some of the locations indicated using blue marker. Rest should be shown in the map itself. How will I do it?
Share
Since
mapOverlays.remove()cannot be kept in my code due to some other reasons, I cleared the complete set of overlays usingmapOverlays.clear()and added those overlays wish I require.