Radar integration (Location, Data). Imported from open-connector.
https://api.radar.io/v1/geocode/forward
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The complete address to geocode. |
| layers | array | optional | Radar result layer filters sent to Radar as a comma-separated list. |
| country | array | optional | Country filters sent to Radar as a comma-separated list of two-letter country c… |
| lang | string | optional | The language code used to localize Radar results. |
/v1/geocode/reverse
| Param | Type | Required | Description |
|---|---|---|---|
| latitude | number | required | The latitude coordinate in WGS84 decimal degrees. |
| longitude | number | required | The longitude coordinate in WGS84 decimal degrees. |
| layers | array | optional | Radar result layer filters sent to Radar as a comma-separated list. |
/v1/geocode/ip
/v1/search/autocomplete
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The partial address or place name to autocomplete. |
| latitude | number | optional | Optional latitude used with longitude to prefer nearby autocomplete results. |
| longitude | number | optional | Optional longitude used with latitude to prefer nearby autocomplete results. |
| layers | array | optional | Radar result layer filters sent to Radar as a comma-separated list. |
| limit | integer | optional | The maximum number of results to return. |
| countryCode | array | optional | Country filters sent to Radar as a comma-separated list of two-letter country c… |
/v1/search/places
| Param | Type | Required | Description |
|---|---|---|---|
| latitude | number | required | The latitude coordinate in WGS84 decimal degrees. |
| longitude | number | required | The longitude coordinate in WGS84 decimal degrees. |
| chains | array | optional | Radar chain slug filters sent as a comma-separated list. |
| categories | array | optional | Radar category filters sent as a comma-separated list. |
| radius | integer | optional | The search radius in meters. |
| limit | integer | optional | The maximum number of results to return. |