Google Geocoding Result
| Address | 1 Ferry Building, San Francisco, CA 94111 |
|---|---|
| Formatted Address | Ferry Building, San Francisco, CA 94105, USA |
| Latitude | 37.7967868 |
| Longitude | -122.3932987 |
| City | San Francisco |
| State | California |
| State Code | CA |
| ZIP | 94105 |
| Country | United States |
| Country Code | US |
| Place ID | ChIJj2yC_WaAhYAR0p2alJ6ffJ4 |
Raw Google Response
{
"results": [
{
"address_components": [
{
"long_name": "Ferry Building",
"short_name": "Ferry Building",
"types": [
"premise"
]
},
{
"long_name": "Embarcadero",
"short_name": "Embarcadero",
"types": [
"neighborhood",
"political"
]
},
{
"long_name": "San Francisco",
"short_name": "SF",
"types": [
"locality",
"political"
]
},
{
"long_name": "San Francisco County",
"short_name": "San Francisco County",
"types": [
"administrative_area_level_2",
"political"
]
},
{
"long_name": "California",
"short_name": "CA",
"types": [
"administrative_area_level_1",
"political"
]
},
{
"long_name": "United States",
"short_name": "US",
"types": [
"country",
"political"
]
},
{
"long_name": "94105",
"short_name": "94105",
"types": [
"postal_code"
]
}
],
"formatted_address": "Ferry Building, San Francisco, CA 94105, USA",
"geometry": {
"bounds": {
"northeast": {
"lat": 37.7969133,
"lng": -122.3931257
},
"southwest": {
"lat": 37.7966699,
"lng": -122.3935039
}
},
"location": {
"lat": 37.7967868,
"lng": -122.3932987
},
"location_type": "ROOFTOP",
"viewport": {
"northeast": {
"lat": 37.7987940302915,
"lng": -122.3925154197085
},
"southwest": {
"lat": 37.7960960697085,
"lng": -122.3952133802915
}
}
},
"partial_match": true,
"place_id": "ChIJj2yC_WaAhYAR0p2alJ6ffJ4",
"types": [
"premise",
"street_address"
]
}
],
"status": "OK"
}