Files
libjson/tests/maps.json
Bronson Graansma 7c4cf8d4d3 first commit
2018-08-07 13:57:09 -04:00

92 lines
2.0 KiB
JSON

{
"results": [
{
"address_components": [
{
"long_name": "130",
"short_name": "130",
"types": [
"subpremise"
]
},
{
"long_name": "8703",
"short_name": "8703",
"types": [
"street_number"
]
},
{
"long_name": "North Owasso Expressway",
"short_name": "N Owasso Expy",
"types": [
"route"
]
},
{
"long_name": "Owasso",
"short_name": "Owasso",
"types": [
"locality",
"political"
]
},
{
"long_name": "Tulsa County",
"short_name": "Tulsa County",
"types": [
"administrative_area_level_2",
"political"
]
},
{
"long_name": "Oklahoma",
"short_name": "OK",
"types": [
"administrative_area_level_1",
"political"
]
},
{
"long_name": "United States",
"short_name": "US",
"types": [
"country",
"political"
]
},
{
"long_name": "74055",
"short_name": "74055",
"types": [
"postal_code"
]
}
],
"formatted_address": "8703 N Owasso Expy #130, Owasso, OK 74055, USA",
"geometry": {
"location": {
"lat": 36.28038850000001,
"lng": -95.84539679999999
},
"location_type": "ROOFTOP",
"viewport": {
"northeast": {
"lat": 36.28173748029151,
"lng": -95.84404781970848
},
"southwest": {
"lat": 36.27903951970851,
"lng": -95.8467457802915
}
}
},
"place_id": "ChIJFxYi1Y_wtocRpd7C_DtxySM",
"types": [
"establishment",
"point_of_interest"
]
}
],
"status": "OK"
}