Does anyone know how to translate the coordinates recovered from the Location component and translate it into the actual names of the locations?
I’m trying to have my users input their location, then use those coordinates to automatically identify their location names and include it in their public profile.
Thanks guys! I watched @Dilon_Perera’s video and will be using the Nominatim API. I was looking through the video and I saw they use an external code column where they used Javascript code to split the collected coordinates. How do I do that exactly? Not sure if I should be plugging in some sort of URL to the external code column setting to get things going or if theres another way to separate the coordinates that are in one column. Thanks!