Reputation: 2227
I have a problem with Google Maps where I need to hide some icons that are shown automatically on the map such as museums, bus stops, parks etc. I am having problems searching the documentation for this because I do not even know how these marker icons are called in Google Maps. I would highly appreciate any information you have that can help me find a solution, thank you in advance.
Upvotes: 0
Views: 75
Reputation: 8439
You would need to use Places API for this.
Would need to do poi.park visiblity turn off.
You can see all of the supported places type here.
To see how to use Places API in Android, you can check this link out.
Upvotes: 1