Skip to content

Instantly share code, notes, and snippets.

@bishopandco
Created June 27, 2012 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bishopandco/3005488 to your computer and use it in GitHub Desktop.
Save bishopandco/3005488 to your computer and use it in GitHub Desktop.
Google Map Theme
[
{
featureType: "road",
stylers: [
{ visibility: "simplified" }
]
},{
featureType: "poi.park",
elementType: "labels",
stylers: [
{ visibility: "off" }
]
},{
featureType: "administrative.neighborhood",
elementType: "labels",
stylers: [
{ visibility: "off" }
]
},{
featureType: "poi.park",
stylers: [
{ visibility: "simplified" }
]
},{
featureType: "road.arterial",
stylers: [
{ saturation: -100 }
]
},{
featureType: "road.local",
stylers: [
{ visibility: "off" }
]
},{
featureType: "water",
stylers: [
{ hue: "#0088ff" },
{ saturation: -73 },
{ lightness: -21 }
]
},{
featureType: "administrative.province",
stylers: [
{ visibility: "off" }
]
},{
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment