GeocodeAddress
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| geometry | Geometry | Geometry information with coordinates. | [default to null] |
| formatted_address | String | Human-readable formatted address. | [default to null] |
| short_address | String | Short version of the address (subThoroughFare + thoroughFare). | [default to null] |
| country | String | Country name. | [optional] [default to null] |
| country_code | String | ISO country code. | [optional] [default to null] |
| postal_code | String | Postal/ZIP code. | [optional] [default to null] |
| locality | String | City or locality name. | [optional] [default to null] |
| sub_locality | String | Sub-locality or neighborhood. | [optional] [default to null] |
| administrative_area_level_1 | String | State or province. | [optional] [default to null] |
| administrative_area_level_2 | String | County or district. | [optional] [default to null] |
| thorough_fare | String | Street name (route). | [optional] [default to null] |
| sub_thorough_fare | String | Street number. | [optional] [default to null] |
| feature_name | String | Feature name. | [optional] [default to null] |
| place_id | String | Google Maps place ID. | [optional] [default to null] |
| description | String | Place description. | [optional] [default to null] |
| name | String | Place name. | [optional] [default to null] |