Geoapify integration (Location, Developer Tools). Imported from open-connector.
https://api.geoapify.com/v1/geocode/search
| Param | Type | Required | Description |
|---|---|---|---|
| text | string | required | The free-form text query sent to Geoapify. |
| lang | string | optional | The result language code in ISO 639-1 format. |
| limit | integer | optional | The maximum number of results to return. |
| type | string | optional | The Geoapify place type filter. |
| filter | string | optional | The Geoapify boundary or country filter expression. |
| bias | string | optional | The Geoapify bias expression used to prioritize results. |
| format | string | optional | The response format returned by Geoapify. |
/v1/geocode/reverse
| Param | Type | Required | Description |
|---|---|---|---|
| lat | number | required | The latitude of the location to reverse geocode. |
| lon | number | required | The longitude of the location to reverse geocode. |
| lang | string | optional | The result language code in ISO 639-1 format. |
| limit | integer | optional | The maximum number of results to return. |
| type | string | optional | The Geoapify place type filter. |
| filter | string | optional | The Geoapify boundary or country filter expression. |
| bias | string | optional | The Geoapify bias expression used to prioritize results. |
| format | string | optional | The response format returned by Geoapify. |
/v1/geocode/autocomplete
| Param | Type | Required | Description |
|---|---|---|---|
| text | string | required | The free-form text query sent to Geoapify. |
| lang | string | optional | The result language code in ISO 639-1 format. |
| limit | integer | optional | The maximum number of results to return. |
| type | string | optional | The Geoapify place type filter. |
| filter | string | optional | The Geoapify boundary or country filter expression. |
| bias | string | optional | The Geoapify bias expression used to prioritize results. |
| format | string | optional | The response format returned by Geoapify. |
/v1/routing
| Param | Type | Required | Description |
|---|---|---|---|
| waypoints | array | required | The ordered route waypoints as `[longitude, latitude]` pairs. |
| mode | string | optional | The Geoapify routing mode. |
| type | string | optional | The Geoapify route preference. |
| units | string | optional | The distance unit system. |
| lang | string | optional | The language for route instructions. |
| details | string | optional | The extra route details to include. |
| traffic | string | optional | The traffic model used for the route. |
| max_speed | number | optional | The maximum vehicle speed in kilometers per hour. |
| avoid | string | optional | The route avoid expression used by Geoapify. |
| format | string | optional | The response format returned by Geoapify. |
/v1/routematrix
| Param | Type | Required | Description |
|---|---|---|---|
| sources | array | required | The source waypoints used for the route matrix. |
| targets | array | required | The target waypoints used for the route matrix. |
| mode | string | optional | The Geoapify routing mode. |
| type | string | optional | The Geoapify route preference. |
| units | string | optional | The distance unit system. |
| traffic | string | optional | The traffic model used for the route. |
| max_speed | number | optional | The maximum vehicle speed in kilometers per hour. |
| avoid | array | optional | The list of avoid rules applied to the route matrix. |