We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Google Maps API v3 Styled Maps JSON
[ { "elementType": "labels", "stylers": [ { "visibility": "simplified" } ] },{ "stylers": [ { "saturation": -100 } ] },{ "elementType": "geometry", "stylers": [ { "visibility": "simplified" } ] },{ "featureType": "poi.park", "elementType": "labels", "stylers": [ { "visibility": "off" } ] },{ "featureType": "poi", "elementType": "labels", "stylers": [ { "visibility": "off" } ] },{ "featureType": "water", "stylers": [ { "lightness": 100 } ] },{ "featureType": "landscape", "stylers": [ { "lightness": -75 } ] },{ "featureType": "poi", "stylers": [ { "lightness": -46 } ] },{ "featureType": "road.local", "stylers": [ { "visibility": "off" } ] },{ "featureType": "road.highway", "stylers": [ { "lightness": 47 } ] },{ "featureType": "road.arterial", "stylers": [ { "lightness": -30 } ] } ] [ { "elementType": "labels", "stylers": [ { "visibility": "simplified" } ] },{ "stylers": [ { "saturation": -100 } ] },{ "elementType": "geometry", "stylers": [ { "visibility": "simplified" } ] },{ "featureType": "poi.park", "elementType": "labels", "stylers": [ { "visibility": "off" } ] },{ "featureType": "poi", "elementType": "labels", "stylers": [ { "visibility": "off" } ] },{ "featureType": "water", "stylers": [ { "lightness": 100 } ] },{ "featureType": "landscape", "stylers": [ { "lightness": -78 } ] },{ "featureType": "poi", "stylers": [ { "lightness": -46 } ] },{ "featureType": "road.local", "stylers": [ { "visibility": "off" } ] },{ "featureType": "road.highway", "stylers": [ { "lightness": 14 } ] },{ "featureType": "road.arterial", "stylers": [ { "lightness": -27 } ] },{ "featureType": "poi.attraction", "stylers": [ { "visibility": "off" } ] },{ },{ },{ },{ },{ },{ },{ },{ "featureType": "poi.park", "stylers": [ { "lightness": -28 } ] },{ } ]
var marker = new google.maps.Marker({ position: new google.maps.LatLng(56.8848, 14.7730), map: map, title: 'My workplace', clickable: false, icon: 'http://soupfactory.co.uk/map-pin-black.png' });
map-pin-black.png is in Soup Factory Design & Dev only / 02 Wireframes / Components / map-pin-black.png
The text was updated successfully, but these errors were encountered:
RobertMayers
No branches or pull requests
developers.google.com/maps/documentation/javascript/tutorial
Google Maps API v3 Styled Maps JSON
[
{
"elementType": "labels",
"stylers": [
{ "visibility": "simplified" }
]
},{
"stylers": [
{ "saturation": -100 }
]
},{
"elementType": "geometry",
"stylers": [
{ "visibility": "simplified" }
]
},{
"featureType": "poi.park",
"elementType": "labels",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "poi",
"elementType": "labels",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "water",
"stylers": [
{ "lightness": 100 }
]
},{
"featureType": "landscape",
"stylers": [
{ "lightness": -75 }
]
},{
"featureType": "poi",
"stylers": [
{ "lightness": -46 }
]
},{
"featureType": "road.local",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "road.highway",
"stylers": [
{ "lightness": 47 }
]
},{
"featureType": "road.arterial",
"stylers": [
{ "lightness": -30 }
]
}
]
[
{
"elementType": "labels",
"stylers": [
{ "visibility": "simplified" }
]
},{
"stylers": [
{ "saturation": -100 }
]
},{
"elementType": "geometry",
"stylers": [
{ "visibility": "simplified" }
]
},{
"featureType": "poi.park",
"elementType": "labels",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "poi",
"elementType": "labels",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "water",
"stylers": [
{ "lightness": 100 }
]
},{
"featureType": "landscape",
"stylers": [
{ "lightness": -78 }
]
},{
"featureType": "poi",
"stylers": [
{ "lightness": -46 }
]
},{
"featureType": "road.local",
"stylers": [
{ "visibility": "off" }
]
},{
"featureType": "road.highway",
"stylers": [
{ "lightness": 14 }
]
},{
"featureType": "road.arterial",
"stylers": [
{ "lightness": -27 }
]
},{
"featureType": "poi.attraction",
"stylers": [
{ "visibility": "off" }
]
},{
},{
},{
},{
},{
},{
},{
},{
"featureType": "poi.park",
"stylers": [
{ "lightness": -28 }
]
},{
}
]
developers.google.com/maps/tutorials/customizing/custom-markers
var marker = new google.maps.Marker({
position: new google.maps.LatLng(56.8848, 14.7730),
map: map,
title: 'My workplace',
clickable: false,
icon: 'http://soupfactory.co.uk/map-pin-black.png'
});
map-pin-black.png is in Soup Factory Design & Dev only / 02 Wireframes / Components / map-pin-black.png
The text was updated successfully, but these errors were encountered: