Created
August 11, 2014 08:52
-
-
Save Tobur/9de0183478919514f77f 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
{ | |
"results" : [ | |
{ | |
"address_components" : [ | |
{ | |
"long_name" : "ST 28", | |
"short_name" : "ST 28", | |
"types" : [ "street_number" ] | |
}, | |
{ | |
"long_name" : "Mesa", | |
"short_name" : "Mesa", | |
"types" : [ "locality", "political" ] | |
}, | |
{ | |
"long_name" : "Maricopa County", | |
"short_name" : "Maricopa County", | |
"types" : [ "administrative_area_level_2", "political" ] | |
}, | |
{ | |
"long_name" : "Arizona", | |
"short_name" : "AZ", | |
"types" : [ "administrative_area_level_1", "political" ] | |
}, | |
{ | |
"long_name" : "United States", | |
"short_name" : "US", | |
"types" : [ "country", "political" ] | |
}, | |
{ | |
"long_name" : "85202", | |
"short_name" : "85202", | |
"types" : [ "postal_code" ] | |
} | |
], | |
"formatted_address" : "ST 28, Mesa, AZ 85202, USA", | |
"geometry" : { | |
"bounds" : { | |
"northeast" : { | |
"lat" : 33.3884332, | |
"lng" : -111.8720217 | |
}, | |
"southwest" : { | |
"lat" : 33.3882698, | |
"lng" : -111.8722532 | |
} | |
}, | |
"location" : { | |
"lat" : 33.3883619, | |
"lng" : -111.8721827 | |
}, | |
"location_type" : "ROOFTOP", | |
"viewport" : { | |
"northeast" : { | |
"lat" : 33.3897004802915, | |
"lng" : -111.8707884697085 | |
}, | |
"southwest" : { | |
"lat" : 33.3870025197085, | |
"lng" : -111.8734864302915 | |
} | |
} | |
}, | |
"partial_match" : true, | |
"types" : [ "premise" ] | |
}, | |
{ | |
"address_components" : [ | |
{ | |
"long_name" : "Clearview St", | |
"short_name" : "Clearview St", | |
"types" : [ "route" ] | |
}, | |
{ | |
"long_name" : "Mesa", | |
"short_name" : "Mesa", | |
"types" : [ "locality", "political" ] | |
}, | |
{ | |
"long_name" : "Maricopa County", | |
"short_name" : "Maricopa County", | |
"types" : [ "administrative_area_level_2", "political" ] | |
}, | |
{ | |
"long_name" : "Arizona", | |
"short_name" : "AZ", | |
"types" : [ "administrative_area_level_1", "political" ] | |
}, | |
{ | |
"long_name" : "United States", | |
"short_name" : "US", | |
"types" : [ "country", "political" ] | |
}, | |
{ | |
"long_name" : "85212", | |
"short_name" : "85212", | |
"types" : [ "postal_code" ] | |
} | |
], | |
"formatted_address" : "Clearview St, Mesa, AZ 85212, USA", | |
"geometry" : { | |
"bounds" : { | |
"northeast" : { | |
"lat" : 33.3036673, | |
"lng" : -111.6807782 | |
}, | |
"southwest" : { | |
"lat" : 33.2992059, | |
"lng" : -111.6808224 | |
} | |
}, | |
"location" : { | |
"lat" : 33.301716, | |
"lng" : -111.6807893 | |
}, | |
"location_type" : "GEOMETRIC_CENTER", | |
"viewport" : { | |
"northeast" : { | |
"lat" : 33.3036673, | |
"lng" : -111.6794513197085 | |
}, | |
"southwest" : { | |
"lat" : 33.2992059, | |
"lng" : -111.6821492802915 | |
} | |
} | |
}, | |
"partial_match" : true, | |
"types" : [ "route" ] | |
} | |
], | |
"status" : "OK" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment