AddressOptions_v1
| Field | Type | Required | Description |
|---|---|---|---|
| housenumber | Boolean | No | Indicates if the house number should be parsed into a separate field in the output. |
| housenumberAddition | Boolean | No | Indicates if the house number addition should be parsed into a separate field in the output. |
| geocode | Boolean | No | Determines if geocoding is enabled to retrieve latitude and longitude information. |
| addressSeparator | String | No | Specifies a custom separator for concatenated address fields in the search results (e.g., comma, semicolon, pipe, space). |
Updated 7 months ago