Hi! I am trying to generate the zip code of a particular location based on its latitude and longitude.
Here is the context of this part of my app:
The screen opens and the user’s current location is displayed on a map. (The latitude and longitude that are going to be used are calculated when the user’s current location is determined.)
I then plan to have a list of stores below the map that also have markers on the map and are in the same zip code as the user. I have the addresses of all the stores in an Airtable Database and an Airtable Invisible Component. One of the columns in the Database/Invisible Component regarding the stores’ addresses includes the zip code.
I plan to display the stores in a Data Viewer List. I also plan to display a store on the map using a location marker when it is clicked on in the Data Viewer List.
I already know how to put markers on the map, but I would just like to know how to generate zip code from longitude and latitude.
What I was trying to do is called reverse geocoding. I discovered a great Thunkable Discussion thread that answered my questions. Just change “country” to “postcode”.
Hi, I am trying to geocode in Thunkable, where I take the address of a place and get the latitude and longitude coordinates of it. I used the discussion post below as a reference for the reverse geocoding I did, but I am struggling to execute geocoding. I am currently using an OpenCage API Url.
Thanks!