I implemented Android Google Maps v2 in my Android app without any problem.
However, the map includes some \"default markers\" that I haven\'t included.
I me
Markers you mean to say google places , If yes then we cant. to remove markers that are added by googleMap.addMarker() method that can be remove by
googleMap.addMarker()
marker.remove()
or by clearing marker
googleMap.clear()