Cambridge, Massachusetts, Client Saved Tracking Information, 42.3646, -71.1028
https://maps.googleapis.com/maps/api/geocode/json?address=Heath, TX&key=AIzaSyBlwSR-Bt1TXuirNMOi-xtR6xIlgykHeHE&sensor=true
{
"results" : [
{
"address_components" : [
{
"long_name" : "Heath",
"short_name" : "Heath",
"types" : [ "locality", "political" ]
},
{
"long_name" : "Rockwall County",
"short_name" : "Rockwall 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" ]
}
],
"formatted_address" : "Heath, TX, USA",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : 32.876733,
"lng" : -96.43134289999999
},
"southwest" : {
"lat" : 32.809472,
"lng" : -96.5083908
}
},
"location" : {
"lat" : 32.8365147,
"lng" : -96.474987
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : 32.876733,
"lng" : -96.43134289999999
},
"southwest" : {
"lat" : 32.809472,
"lng" : -96.5083908
}
}
},
"types" : [ "locality", "political" ]
}
],
"status" : "OK"
}