Topic: Hide place on google maps

Hi,
I use Google Maps for my app and I want to hide all place (like Hospital, Bus station or some street names).
Is possible to do that?
Thanks.

Re: Hide place on google maps

Hello.

You can do this only by creating your own map style, for example using snazzy maps.
Example of style:

[
    {
        "featureType": "poi",
        "elementType": "labels.icon",
        "stylers": [
            {
                "visibility": "off"
            }
        ]
    }
]

A step-by-step instruction on how to use snazzymaps in the documentation (section Styled Google Maps).

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.