Created
June 13, 2013 00:43
Google Map API LatLng Points
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 townsvilleAustralia = new google.maps.LatLng(-19.257753, 146.823688); | |
var paloAltoCaliforniaUSA = new google.maps.LatLng(37.4258140463356, -122.0960618896484); | |
var raleighNorthCarolinaUSA = new google.maps.LatLng(35.77910693363999, -78.63945007324219); | |
var sydneyAustralia = new google.maps.LatLng(-33.92, 151.25); | |
var shelbyNorthCarolinaUSA = new google.maps.LatLng(35.2922, -81.5358); | |
var hickoryNorthCarolinaUSA = new google.maps.LatLng(35.72421761691415, -81.3427734375); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment