Can POIs be hidden on Google Maps?

I have Google Maps v2 embedded in my application. There are many POIs on the map such as restaurants and parks that I want to remove. I'm talking about things like "Google Bldg 44" in the left image below and Charleston Park in the right image below:

enter image description here

Does anyone know how to hide these moments? It might be possible in the Google Maps JavaScript Api , but I didn't find anything in the Google SDK documentation for the Android SDK.

+3


source to share


1 answer


This is not possible in Google API Android v2, but it was requested in the gmaps-api-issue . It is indeed possible in the javascript API, and it is also possible to develop a mobile version of the java script . This doesn't fix the problem for native Android apps, but it is the way to do it .



+1


source







All Articles