Ambee integration (Location, Data). Imported from open-connector.
https://api.ambeedata.com/geocode/by-place
| Param | Type | Required | Description |
|---|---|---|---|
| place | string | optional | The place name or address to geocode. |
/geocode/reverse/by-lat-lng
| Param | Type | Required | Description |
|---|---|---|---|
| lat | number | optional | The latitude of the target location. |
| lng | number | optional | The longitude of the target location. |
/latest/by-lat-lng
| Param | Type | Required | Description |
|---|---|---|---|
| lat | number | optional | The latitude of the target location. |
| lng | number | optional | The longitude of the target location. |
/forecast/by-lat-lng
| Param | Type | Required | Description |
|---|---|---|---|
| lat | number | optional | The latitude of the target location. |
| lng | number | optional | The longitude of the target location. |
/history/by-lat-lng
| Param | Type | Required | Description |
|---|---|---|---|
| lat | number | optional | The latitude of the target location. |
| lng | number | optional | The longitude of the target location. |
| from | string | optional | The timestamp in `YYYY-MM-DD hh:mm:ss` format required by the Ambee history end… |
| to | string | optional | The timestamp in `YYYY-MM-DD hh:mm:ss` format required by the Ambee history end… |