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.
LocationtoAddressConverter
latitude
longitude
Response
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.