var pinkParksStyles = [
{
featureType: "all",
stylers: [
{ saturation: -80 }
]
},
{
featureType: "poi.park",
stylers: [
{ hue: "#ff0023" },
{ saturation: 40 }
]
}
];
map.setOptions({styles: pinkParksStyles});
var map = new google.maps.Map(document.getElementById("map_canvas"),
{center: new google.maps.LatLng(0,0),
styles: [{featureType:"administrative", elementType:"all", stylers:[{hue:"#dae6c3"},{saturation:22},{lightness:-5}]}]
});
--
You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/0X3MXQLoCsoJ.
To post to this group, send email to google-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
Shreerang Patwardhan
GIS Engineer
RMS India
A-7, Sector - 16
Noida 201301, India
Email: patwardhan...@gmail.comCompany website: www.rms.com
Personal website: Spatial UnlimitedA key has been recommended for v3 for some time now
http://code.google.com/apis/maps/documentation/javascript/tutorial.html#Obtaining_Key
Might be something to ask Chris Broadfoot and Luke Mahe?
https://plus.google.com/104108470253317688307/posts/YZNomutHq5U
I think 1100-1200 AEST on Thursday and 1500-1600 PST is 2300-2400 GMT
tonight (a couple of hours' time), so I might not be joining in!