Hiding street numbers is pretty easy. Just use this style code: [ { “featureType”: “administrative.land_parcel”, “stylers”: [ { “visibility”: “off” } ] } ] The full embed code would look something like this: View this gist on GitHub
Hiding street numbers is pretty easy. Just use this style code: [ { “featureType”: “administrative.land_parcel”, “stylers”: [ { “visibility”: “off” } ] } ] The full embed code would look something like this: View this gist on GitHub