0
I did not test, but apparently in Avascript you can remove the default marks from the map using Maptypestylefeaturetype - https://stackoverflow.com/questions/7538444/how-do-i-remove-default-markers.
What is the related class in the android API?
***If you can reduce the size of the text would be good.
How do I get the tags reference added by default? The brands I added with Tranquil addMarker.
– Edson Santos
@Edsonfsantos Have you tried using the
clear
.– viana
I just tested, clear removes the marks I added with addMarker
– Edson Santos
It is not possible to remove these marks by Google API, but an appeal has already been made to Google by the developers, as per the link: https://code.google.com/p/gmaps-api-issues/issues/detail?id=4841
– Leonardo Dias
Removal of tags is now available see https://developers.google.com/maps/documentation/android-api/hiding-features and https://mapstyle.withgoogle.com style editor/
– Edson Santos