Cambridge, Massachusetts, Client Saved Tracking Information, 42.3646, -71.1028
https://maps.googleapis.com/maps/api/geocode/json?address=South Amherst, OH&key=AIzaSyBlwSR-Bt1TXuirNMOi-xtR6xIlgykHeHE&sensor=true
{
"results" : [
{
"address_components" : [
{
"long_name" : "South Amherst",
"short_name" : "South Amherst",
"types" : [ "locality", "political" ]
},
{
"long_name" : "Lorain County",
"short_name" : "Lorain County",
"types" : [ "administrative_area_level_2", "political" ]
},
{
"long_name" : "Ohio",
"short_name" : "OH",
"types" : [ "administrative_area_level_1", "political" ]
},
{
"long_name" : "United States",
"short_name" : "US",
"types" : [ "country", "political" ]
}
],
"formatted_address" : "South Amherst, OH, USA",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : 41.369234,
"lng" : -82.22239689999999
},
"southwest" : {
"lat" : 41.33527489999999,
"lng" : -82.263893
}
},
"location" : {
"lat" : 41.3558794,
"lng" : -82.2537689
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : 41.369234,
"lng" : -82.22239689999999
},
"southwest" : {
"lat" : 41.33527489999999,
"lng" : -82.263893
}
}
},
"types" : [ "locality", "political" ]
}
],
"status" : "OK"
}