OPENWEATHER.GEO.REVERSE
Premium
Converts a geographical location into names of nearby locations. Please refer to geocoding API for more information about available options (as of 2021-05-17).
Syntax
=OPENWEATHER.GEO.REVERSE(Lat, Lon, [Limit], [ResponseTarget])
Arguments
| Name | Type | Description |
|---|---|---|
| Lat | Number | Latitude value of geographical coordinates |
| Lon | Number | Longitude value of geographical coordinates |
| Limit (optional) | Number | Limits the number of locations in response |
| ResponseTarget (optional) | Target | Specify inbox, outbox, cell or cell-range to write response to |
Return
| Type | Description |
|---|---|
| Boolean,Result,Error | Request result if no target is specified or TRUE. In case of an error the corresponding error-code is returned. |
Examples
| A | B | |
|---|---|---|
| 1 | lat | 50.38 |
| 2 | lon | 6.57 |
| 3 | limit | 2 |
| Formula | Result | Comment |
|---|---|---|
| Request name of specified geographical location and limit result of possible names to 2 |