Cambridge, Massachusetts, Client Saved Tracking Information, 42.3646, -71.1028
https://maps.googleapis.com/maps/api/geocode/json?address=MI&key=AIzaSyBlwSR-Bt1TXuirNMOi-xtR6xIlgykHeHE&sensor=true
{
"results" : [
{
"address_components" : [
{
"long_name" : "Michigan",
"short_name" : "MI",
"types" : [ "administrative_area_level_1", "political" ]
},
{
"long_name" : "United States",
"short_name" : "US",
"types" : [ "country", "political" ]
}
],
"formatted_address" : "Michigan, USA",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : 48.1986461,
"lng" : -82.41347399999999
},
"southwest" : {
"lat" : 41.696118,
"lng" : -90.4181358
}
},
"location" : {
"lat" : 44.3148443,
"lng" : -85.60236429999999
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : 48.1986079,
"lng" : -82.41347399999999
},
"southwest" : {
"lat" : 41.696118,
"lng" : -90.4181358
}
}
},
"types" : [ "administrative_area_level_1", "political" ]
}
],
"status" : "OK"
}