Seattle, Washington, Client Saved Tracking Information, 47.6344, -122.3422
https://maps.googleapis.com/maps/api/geocode/json?address=Seattle, WA&key=AIzaSyBlwSR-Bt1TXuirNMOi-xtR6xIlgykHeHE&sensor=true
{
"results" : [
{
"address_components" : [
{
"long_name" : "Seattle",
"short_name" : "Seattle",
"types" : [ "locality", "political" ]
},
{
"long_name" : "King County",
"short_name" : "King County",
"types" : [ "administrative_area_level_2", "political" ]
},
{
"long_name" : "Washington",
"short_name" : "WA",
"types" : [ "administrative_area_level_1", "political" ]
},
{
"long_name" : "United States",
"short_name" : "US",
"types" : [ "country", "political" ]
}
],
"formatted_address" : "Seattle, WA, USA",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : 47.734145,
"lng" : -122.235776
},
"southwest" : {
"lat" : 47.4955511,
"lng" : -122.4359085
}
},
"location" : {
"lat" : 47.6062095,
"lng" : -122.3320708
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : 47.734145,
"lng" : -122.235776
},
"southwest" : {
"lat" : 47.4955511,
"lng" : -122.4359085
}
}
},
"types" : [ "locality", "political" ]
}
],
"status" : "OK"
}