Skip to content

Instantly share code, notes, and snippets.

@christiearcus
Created May 12, 2016 01:16
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 christiearcus/647f8e9b1c0a45025e8e5f14f08f38a5 to your computer and use it in GitHub Desktop.
Save christiearcus/647f8e9b1c0a45025e8e5f14f08f38a5 to your computer and use it in GitHub Desktop.
Object of Australian Geocodes
var states = {
"VIC": {lat: -36.5185827, lng: 140.978258},
"SA": {lat: -31.9495406, lng: 130.5079709},
"NSW": {lat: -32.7503099, lng: 142.8255387},
"WA": {lat: 24.1709455, lng: 111.9329231},
"NT": {lat: -18.247301, lng: 124.4607377},
"QLD": {lat: -19.3313579, lng: 136.7358599},
"ACT": {lat: -35.5212255, lng: 148.5212304}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment