Skip to content

Instantly share code, notes, and snippets.

@jamesnesfield
Created January 24, 2014 17:44
Show Gist options
  • Save jamesnesfield/8602287 to your computer and use it in GitHub Desktop.
Save jamesnesfield/8602287 to your computer and use it in GitHub Desktop.
google map style
Map data ©2014 Google
Terms of Use
Visual refresh
Report a map error
Map
Satellite
Map Style
Style 0
Feature type: poi
Element type: labels.icon
Visibility: off
Style 1
Feature type: all
Element type: labels
Style 2
Feature type: road
Element type: all
Visibility: simplified
Style 3
Feature type: poi
Element type: labels
Visibility: off
Style 4
Feature type: all
Element type: labels.text
Visibility: off
Style 5
Feature type: transit.station
Element type: all
Visibility: off
Style 6
Feature type: landscape.man_made
Element type: all
Hue: #003bff
Saturation: 40
Style 7
Feature type: road
Element type: labels
Visibility: off
Style 8
Feature type: all
Element type: all
Selectors
Feature type
Element type
Stylers
Visibility
On Simplified Off
Invert lightness
Colour
R
G
B
Weight
Hue
Saturation
Lightness
Gamma
Google Maps API v3 Styled Maps JSON
[
{
"featureType": "poi",
"elementType": "labels.icon",
"stylers": [
{ "visibility": "off" }
]
},{
"elementType": "labels" },{
"featureType": "road",
"stylers": [
{ "visibility": "simplified" }
]
},{
"featureType": "poi",
"elementType": "labels",
"stylers": [
{ "visibility": "off" }
]
},{
"elementType": "labels.text",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "transit.station",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "landscape.man_made",
"stylers": [
{ "hue": "#003bff" },
{ "saturation": 40 }
]
},{
"featureType": "road",
"elementType": "labels",
"stylers": [
{ "visibility": "off" }
]
},{
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment