Created
May 27, 2011 16:57
-
-
Save orfeomorello/995679 to your computer and use it in GitHub Desktop.
Array of Arrays [place,latitude,longitude]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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