Skip to content

Instantly share code, notes, and snippets.

@orfeomorello
Created May 27, 2011 16:57
Show Gist options
  • Save orfeomorello/995679 to your computer and use it in GitHub Desktop.
Save orfeomorello/995679 to your computer and use it in GitHub Desktop.
Array of Arrays [place,latitude,longitude]
var pointsArray = new Array( new Array("San Francisco","37.75","-122.5"),
new Array("Monterey Peninsula","36.593849","-121.8341182"),
new Array("San Jose","37.3394444","-121.8938889"),
new Array("Silicon Valley","37.37","-122.04") );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment