Posts

Showing posts from March, 2014

Google Maps API Stylers Demo Documentation

Image
DEMO                                         DOWNLOAD Stylers Stylers are formatting options of type  MapTypeStyler  which are applied to map features. The following  MapTypeStyler  options are supported: hue  (an RGB hex string) indicates the basic color. lightness  (a floating point value between  -100  and  100 ) indicates the percentage change in brightness of the element. Negative values increase darkness (where -100 specifies black) while positive values increase brightness (where +100 specifies white). saturation  (a floating point value between  -100  and  100 ) indicates the percentage change in intensity of the basic color to apply to the element. gamma  (a floating point value between  0.01  and  10.0 , where  1.0  applies no correction) indicates the amount of gamma...