Created
August 25, 2014 02:33
-
-
Save mulka/785183c0155b2ec02bc5 to your computer and use it in GitHub Desktop.
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
{ | |
"id": "01cabc1c56598004", | |
"url": "https://api.twitter.com/1.1/geo/id/01cabc1c56598004.json", | |
"place_type": "city", | |
"name": "Springfield", | |
"full_name": "Springfield, MO", | |
"country_code": "US", | |
"country": "United States", | |
"contained_within": [ | |
{ | |
"id": "2526edd24c06e60c", | |
"url": "https://api.twitter.com/1.1/geo/id/2526edd24c06e60c.json", | |
"place_type": "admin", | |
"name": "Missouri", | |
"full_name": "Missouri, USA", | |
"country_code": "US", | |
"country": "United States", | |
"bounding_box": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-95.774704, | |
35.995476 | |
], | |
[ | |
-95.774704, | |
40.613641 | |
], | |
[ | |
-89.098843, | |
40.613641 | |
], | |
[ | |
-89.098843, | |
35.995476 | |
], | |
[ | |
-95.774704, | |
35.995476 | |
] | |
] | |
] | |
}, | |
"attributes": {} | |
} | |
], | |
"geometry": null, | |
"polylines": [], | |
"bounding_box": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-123.050778, | |
37.087369 | |
], | |
[ | |
-123.050778, | |
44.111701 | |
], | |
[ | |
-83.7220882, | |
44.111701 | |
], | |
[ | |
-83.7220882, | |
37.087369 | |
], | |
[ | |
-123.050778, | |
37.087369 | |
] | |
] | |
] | |
}, | |
"attributes": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment