Skip to content Skip to sidebar Skip to footer

Is It Possible To Remove Markers In Android Google Maps API V.2?

I would like to develop an android application using Google Maps API v.2 is it possible to remove the default markers placed by Google such as bus markers. Sorry for the basic que

Solution 1:

is it possible to remove the default markers placed by Google such as bus markers.

There are no default markers. Whatever "markers" you are seeing are part of the map tiles, and cannot be removed.


Solution 2:

What is your aim ? You dont use them, you dont need them to remove!!! In maps you have to show a POI like as a marker. Otherwise it does not make a sense.

You can replace the icon with a transparent drawable... :)


Post a Comment for "Is It Possible To Remove Markers In Android Google Maps API V.2?"