Skip to main content
Version: Streamsheets 3.0

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

NameTypeDescription
LatNumberLatitude value of geographical coordinates
LonNumberLongitude value of geographical coordinates
Limit (optional)NumberLimits the number of locations in response
ResponseTarget (optional)TargetSpecify inbox, outbox, cell or cell-range to write response to

Return

TypeDescription
Boolean,Result,ErrorRequest result if no target is specified or TRUE. In case of an error the corresponding error-code is returned.

Examples

AB
1lat50.38
2lon6.57
3limit2
FormulaResultComment
=OPENWEATHER.GEO.REVERSE(B1,B2,B3)
Request name of specified geographical location and limit result of possible names to 2