Skip to content

Instantly share code, notes, and snippets.

@vikrantnegi
Created October 24, 2016 13:17
Show Gist options
  • Save vikrantnegi/59dc0551b3428b9f350fb0a2370eb9d6 to your computer and use it in GitHub Desktop.
Save vikrantnegi/59dc0551b3428b9f350fb0a2370eb9d6 to your computer and use it in GitHub Desktop.
google map custom styles
[
{
"featureType": "administrative",
"elementType": "all",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "administrative.country",
"elementType": "geometry.stroke",
"stylers": [
{
"visibility": "on"
},
{
"color": "#F7F5F2"
},
{
"weight": 0.8
}
]
},
{
"featureType": "water",
"elementType": "all",
"stylers": [
{
"color": "#F7F5F2"
}
]
},
{
"featureType": "landscape",
"elementType": "all",
"stylers": [
{
"color": "#DDD4CB"
}
]
},
{
"featureType": "poi",
"elementType": "all",
"stylers": [
{
"color": "#DDD4CB"
}
]
},
{
"featureType": "road",
"elementType": "all",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "transit",
"elementType": "all",
"stylers": [
{
"visibility": "off"
}
]
},
{
"featureType": "all",
"elementType": "labels",
"stylers": [
{
"visibility": "off"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment