Google Maps: Hide country borders
问题 I'm pretty sure geometry.stroke option allowed to hide country borders on the map. { featureType: "administrative.country", elementType: "geometry.stroke", stylers: [ { visibility: "off" } ] } But today I was wondering that's not working as expected, I still see the borders. Here is a code example: http://jsfiddle.net/xuvffdsn/ Any suggestions how to hide country borders? 回答1: The fiddle you provided seems to work correctly for me (in that it hides the borders). I am able to turn country