Let me put you in context, among many things my app marks three types of markers, each represented by a colour. The problem is that when I want to delete the markers of one of the colours, the only option I can think of is to delete all the existing markers and reload the other two colours. Is there any way to delete the markers by their colour or knowing the coordinates of the markers I want to remove?
Thanks