I tried for hours now...
Does anyone have an idea how to make a Google Map with two different kind of Markers?
Some markers are blue and some are red. The user should be able to turn off only blue markers, so he sees only the red ones or the other way around.
I tried with multiple Set<Marker>
but markers:
only allows one Set. I also tried to give the different markers different booleans for visibility but this also didn't work.
Anyone knows how to do this?
Thanks in advance!