Skip to content

Reverse Geocode Node

Web/Geo/Search

Reverse Geocode

Converts geographic coordinates to a human-readable address using the Nominatim service (OpenStreetMap).

geo_reverse_geocodegeo
Inputs3
Outputs4
Security exposure1/10
Packagegeo

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
1/10High
PrivacyPotential sensitivity of processed data.
3/10High
PerformanceRuntime or resource pressure.
3/10High
GovernancePolicy, audit, or compliance impact.
10/10Low
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
0/10High

Input Pins

3

Execute

Execution
exec_in

Initiate reverse geocoding

Coordinate

Struct
coordinate

The geographic coordinate (latitude, longitude) to look up

GeoCoordinateGeoCoordinate2 fields
latitudenumber:doublerequired
format double
longitudenumber:doublerequired
format double
Schema enforced

Detail Level

Integer
zoom

Level of detail for the address (0-18). Higher = more specific. Default: 18

Default 18

Output Pins

4

Success

Execution
exec_success

Triggered when reverse geocoding completes successfully

Error

Execution
exec_error

Triggered when reverse geocoding fails

Result

Struct
result

The reverse geocoding result with address details

ReverseGeocodeResultReverseGeocodeResult5 fields
display_namestringrequired
coordinateGeoCoordinaterequired
latitudenumber:doublerequired
format double
longitudenumber:doublerequired
format double
addressAddressrequired
house_numberstring | null
roadstring | null
suburbstring | null
citystring | null
countystring | null
+4 more fields
osm_idinteger | null
format int64
osm_typestring | null

Display Name

String
display_name

The full formatted address string

Node Info

Internal name
geo_reverse_geocode
Category
Web/Geo/Search