location-to-address-converter
Reactive icon

Location to Address Converter

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 15 Jul (yesterday)
 by 
0.0
 (0 ratings)
location-to-address-converter

Location to Address Converter

Documentation
1.0.0

The LocationtoAddressConverter server action takes latitude and longitude as input and performs a reverse geocoding API call to the OpenStreetMap Nominatim service. It returns a formatted address and location metadata based on the provided coordinates.


🛠 Inputs

NameTypeDescription
latitude     Decimal     The geographic latitude coordinate (e.g., 28.6139)
longitudeDecimalThe geographic longitude coordinate (e.g., 77.2090)

📤 Output

NameTypeDescription
Response  Text     Raw JSON response from the reverse geocoding API. This includes formatted address, country, state, postal code, and more. You may deserialize this JSON to access specific fields if needed.


⚠️ Notes & Limitations

  • This component uses the OpenStreetMap Nominatim API, which has a rate limit of 1 request per second per IP. Please do not use this for bulk reverse geocoding.