Skip to content Skip to sidebar Skip to footer

Removing Establishments On Google Maps

I am integrating Google Maps into my application, but I'm thinking that it will appear better if I will be removing default displayed establishments on it before adding my own mar

Solution 1:

If you use the MapView from the Google APIs version of the selected SDK. You can use the grid of the maps and add your custom POIs :) The helloMaps example will guide you to understand what I mean: https://developers.google.com/maps/documentation/android/hello-mapview

Solution 2:

You can't remove them using Google Maps, you would need to use the Google Maps API v3 and a custom styled map that hides points of interest (POIs)

see the results of this search

Post a Comment for "Removing Establishments On Google Maps"