Skip to content

Instantly share code, notes, and snippets.

@claytantor
Created April 15, 2012 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claytantor/2394350 to your computer and use it in GitHub Desktop.
Save claytantor/2394350 to your computer and use it in GitHub Desktop.
configuration options for a multiplace widget
var cfg = {
id:'wl_multiplace_1',
showLetters: true,
overrideSelectableStyle:
'width:98%;',
imagePath:
'images/marker_all_base.png',
showSelection: true,
places: places,
observers:[placeSelected],
styles: [
{
stylers: [
{ saturation: -45 }
]
},{
featureType: "road",
stylers: [
{ hue: "#ff5500" }
]
},{
featureType: "water",
stylers: [
{ hue: "#ffa200" },
{ lightness: -55 }
]
}
]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment