Seattle, Washington, Client Saved Tracking Information, 47.6344, -122.3422
https://maps.googleapis.com/maps/api/geocode/json?address=WA&sensor=true
{
"results" : [
{
"address_components" : [
{
"long_name" : "Washington",
"short_name" : "WA",
"types" : [ "administrative_area_level_1", "political" ]
},
{
"long_name" : "United States",
"short_name" : "US",
"types" : [ "country", "political" ]
}
],
"formatted_address" : "Washington, USA",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : 49.0024305,
"lng" : -116.91558
},
"southwest" : {
"lat" : 45.5485987,
"lng" : -124.7857167
}
},
"location" : {
"lat" : 47.7510741,
"lng" : -120.7401386
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : 49.0024305,
"lng" : -116.91558
},
"southwest" : {
"lat" : 45.5485987,
"lng" : -124.7857167
}
}
},
"types" : [ "administrative_area_level_1", "political" ]
}
],
"status" : "OK"
}