Cambridge, Massachusetts, Client Saved Tracking Information, 42.3646, -71.1028
https://maps.googleapis.com/maps/api/geocode/json?address=Hico, TX&key=AIzaSyBlwSR-Bt1TXuirNMOi-xtR6xIlgykHeHE&sensor=true
{
"results" : [
{
"address_components" : [
{
"long_name" : "Hico",
"short_name" : "Hico",
"types" : [ "locality", "political" ]
},
{
"long_name" : "Hamilton County",
"short_name" : "Hamilton County",
"types" : [ "administrative_area_level_2", "political" ]
},
{
"long_name" : "Texas",
"short_name" : "TX",
"types" : [ "administrative_area_level_1", "political" ]
},
{
"long_name" : "United States",
"short_name" : "US",
"types" : [ "country", "political" ]
},
{
"long_name" : "76457",
"short_name" : "76457",
"types" : [ "postal_code" ]
}
],
"formatted_address" : "Hico, TX 76457, USA",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : 31.997534,
"lng" : -98.01490109999999
},
"southwest" : {
"lat" : 31.97316189999999,
"lng" : -98.04246499999999
}
},
"location" : {
"lat" : 31.9829253,
"lng" : -98.0336454
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : 31.997534,
"lng" : -98.01490109999999
},
"southwest" : {
"lat" : 31.97316189999999,
"lng" : -98.04246499999999
}
}
},
"types" : [ "locality", "political" ]
}
],
"status" : "OK"
}