what3words integration (Location, Data). Imported from open-connector.
https://api.what3words.com/v3/convert-to-coordinates
| Param | Type | Required | Description |
|---|---|---|---|
| words | string | required | The three word address to convert, such as filled.count.soap. |
| format | string | optional | The response format requested from what3words. |
| locale | string | optional | A supported language code used to localize the response. |
/convert-to-3wa
| Param | Type | Required | Description |
|---|---|---|---|
| lat | number | required | The latitude in decimal degrees. |
| lng | number | required | The longitude in decimal degrees. |
| language | string | optional | The language code for the returned three word address. |
| format | string | optional | The response format requested from what3words. |
/autosuggest
| Param | Type | Required | Description |
|---|---|---|---|
| input | string | required | The partial or mistyped three word address. |
| nResults | integer | optional | The maximum number of suggestions to return. |
| focusLat | number | optional | The latitude used to bias suggestions. |
| focusLng | number | optional | The longitude used to bias suggestions. |
| nFocusResults | integer | optional | The number of results to prioritize around the focus point. |
| clipToCountry | string | optional | A comma-separated list of ISO 3166-1 alpha-2 country codes used to restrict sug… |
| clipToCircle | string | optional | A circle restriction formatted as latitude,longitude,kilometers. |
| clipToBoundingBox | string | optional | A bounding box restriction formatted as southwest-lat,southwest-lng,northeast-l… |
| clipToPolygon | string | optional | A polygon restriction formatted as comma-separated latitude,longitude coordinat… |
| inputType | string | optional | The autosuggest input type. |
| language | string | optional | The language code for autosuggest matching. |
| preferLand | boolean | optional | Whether suggestions should prefer land locations. |
| locale | string | optional | A supported language code used to localize place names. |
/grid-section
| Param | Type | Required | Description |
|---|---|---|---|
| southwestLat | number | required | The southwest latitude of the bounding box. |
| southwestLng | number | required | The southwest longitude of the bounding box. |
| northeastLat | number | required | The northeast latitude of the bounding box. |
| northeastLng | number | required | The northeast longitude of the bounding box. |
| format | string | optional | The response format requested from what3words. |
/available-languages