Hi — I’m trying to use styled maps to suppress labels on points of interest and other features on a map. I tried changing the code as described by gruhn above and it didn’t work. Either the map didn’t load at all, or I just lost my placemarks but didn’t lose the labels. I’m sure I’m doing something wrong — I know just enough CSS to be dangerous. Here’s the code I’m trying to insert:
[
{
"featureType": "poi",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "transit.station.bus",
"elementType": "labels",
"stylers": [
{ "visibility": "off" }
]
},{
}
]
Thanks in advance for any help you can give me!