Created
February 14, 2011 09:16
-
-
Save yoko/825650 to your computer and use it in GitHub Desktop.
This file contains 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
foo && foo( { | |
"name": "Tumblr, Inc.", | |
"Status": { | |
"code": 200, | |
"request": "geocode" | |
}, | |
"Placemark": [ { | |
"id": "p1", | |
"address": "Nyc Dance and Tumble, 209 Branchview Dr NE, Concord, NC 28025, USA", | |
"AddressDetails": { | |
"Accuracy" : 9, | |
"Country" : { | |
"AdministrativeArea" : { | |
"AdministrativeAreaName" : "NC", | |
"SubAdministrativeArea" : { | |
"Locality" : { | |
"AddressLine" : [ "Nyc Dance and Tumble" ], | |
"LocalityName" : "Concord", | |
"PostalCode" : { | |
"PostalCodeNumber" : "28025" | |
}, | |
"Thoroughfare" : { | |
"ThoroughfareName" : "Nyc Dance and Tumble, 209 Branchview Dr NE" | |
} | |
}, | |
"SubAdministrativeAreaName" : "Cabarrus" | |
} | |
}, | |
"CountryName" : "USA", | |
"CountryNameCode" : "US" | |
} | |
}, | |
"ExtendedData": { | |
"LatLonBox": { | |
"north": 35.4307212, | |
"south": 35.4125357, | |
"east": -80.5598466, | |
"west": -80.5918614 | |
} | |
}, | |
"Point": { | |
"coordinates": [ -80.5758540, 35.4216290, 0 ] | |
} | |
}, { | |
"id": "p2", | |
"address": "Tumble Time Gymnastics Inc, 32 Jonathan Bourne Dr # 1, Pocasset, MA 02559, USA", | |
"AddressDetails": { | |
"Accuracy" : 9, | |
"Country" : { | |
"AdministrativeArea" : { | |
"AdministrativeAreaName" : "MA", | |
"SubAdministrativeArea" : { | |
"Locality" : { | |
"AddressLine" : [ "Tumble Time Gymnastics Inc" ], | |
"LocalityName" : "Pocasset", | |
"PostalCode" : { | |
"PostalCodeNumber" : "02559" | |
}, | |
"Thoroughfare" : { | |
"ThoroughfareName" : "Tumble Time Gymnastics Inc, 32 Jonathan Bourne Dr # 1" | |
} | |
}, | |
"SubAdministrativeAreaName" : "Barnstable" | |
} | |
}, | |
"CountryName" : "USA", | |
"CountryNameCode" : "US" | |
} | |
}, | |
"ExtendedData": { | |
"LatLonBox": { | |
"north": 41.7076105, | |
"south": 41.7013153, | |
"east": -70.5842466, | |
"west": -70.5905418 | |
} | |
}, | |
"Point": { | |
"coordinates": [ -70.5873942, 41.7044629, 0 ] | |
} | |
}, { | |
"id": "p3", | |
"address": "Teach and Tumble Daycare, Inc., 12 Covert St, Port Washington, NY 11050, USA", | |
"AddressDetails": { | |
"Accuracy" : 9, | |
"Country" : { | |
"AdministrativeArea" : { | |
"AdministrativeAreaName" : "NY", | |
"Locality" : { | |
"AddressLine" : [ "Teach and Tumble Daycare, Inc." ], | |
"LocalityName" : "Port Washington", | |
"PostalCode" : { | |
"PostalCodeNumber" : "11050" | |
}, | |
"Thoroughfare" : { | |
"ThoroughfareName" : "Teach and Tumble Daycare, Inc., 12 Covert St" | |
} | |
} | |
}, | |
"CountryName" : "USA", | |
"CountryNameCode" : "US" | |
} | |
}, | |
"ExtendedData": { | |
"LatLonBox": { | |
"north": 40.8344426, | |
"south": 40.8281474, | |
"east": -73.6976304, | |
"west": -73.7039256 | |
} | |
}, | |
"Point": { | |
"coordinates": [ -73.7007780, 40.8312950, 0 ] | |
} | |
} ] | |
} | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment