We are creating an app where the places from the airtable are shown with the marker.
Now we want that when you press on a marker it should save latitude and longitude from airtable and send it to the next screen.
Because on the next screen we will make a route planer with these data.
One thing you can do is print the properties of that green event block. Think about dealing with the event block like a response from an API. In the background, it’s just a JSON object that holds a few pieces of info about that point.
You can see the access the lat and long via the marker press event.