Cambridge, Massachusetts, Client Saved Tracking Information, 42.3646, -71.1028
https://maps.googleapis.com/maps/api/geocode/json?address=DE&key=AIzaSyBlwSR-Bt1TXuirNMOi-xtR6xIlgykHeHE&sensor=true
{
"results" : [
{
"address_components" : [
{
"long_name" : "Delaware",
"short_name" : "DE",
"types" : [ "administrative_area_level_1", "political" ]
},
{
"long_name" : "United States",
"short_name" : "US",
"types" : [ "country", "political" ]
}
],
"formatted_address" : "Delaware, USA",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : 39.8394839,
"lng" : -75.04834579999999
},
"southwest" : {
"lat" : 38.451018,
"lng" : -75.78914790000002
}
},
"location" : {
"lat" : 38.9108325,
"lng" : -75.52766989999999
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : 39.8394839,
"lng" : -75.04834579999999
},
"southwest" : {
"lat" : 38.451018,
"lng" : -75.78914790000002
}
}
},
"types" : [ "administrative_area_level_1", "political" ]
}
],
"status" : "OK"
}