Seattle, Washington, Client Saved Tracking Information, 47.6344, -122.3422
https://maps.googleapis.com/maps/api/geocode/json?address=Sultan, WA&key=AIzaSyBlwSR-Bt1TXuirNMOi-xtR6xIlgykHeHE&sensor=true
{
"results" : [
{
"address_components" : [
{
"long_name" : "Sultan",
"short_name" : "Sultan",
"types" : [ "locality", "political" ]
},
{
"long_name" : "Snohomish County",
"short_name" : "Snohomish 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" : "Sultan, WA, USA",
"geometry" : {
"bounds" : {
"northeast" : {
"lat" : 47.889666,
"lng" : -121.767152
},
"southwest" : {
"lat" : 47.8566229,
"lng" : -121.835632
}
},
"location" : {
"lat" : 47.8626013,
"lng" : -121.8165095
},
"location_type" : "APPROXIMATE",
"viewport" : {
"northeast" : {
"lat" : 47.889666,
"lng" : -121.767152
},
"southwest" : {
"lat" : 47.8566229,
"lng" : -121.835632
}
}
},
"types" : [ "locality", "political" ]
}
],
"status" : "OK"
}