hello in my app i wanted that when i click on the marker get the title and send it to label. Any ideas on how to do?
actech
September 30, 2019, 3:41pm
#2
Helloi,
To do this you need after the creation of each marker to add an additional marker list title and marker coordinates. When you click on a marker to find the marker, and then from the list to get title.
1 Like
I haven’t tried doing this yet, but you might be able to use something like this:
Click to Add Markers
One request we hear from Thunkers is the ability to tap on the map component and then add a marker to the location that was just tapped. In this first example we’ll learn how to do just that.
Map1.onPress
This is the event we need to understand to make everything work. The onPress event has two outputs, coordinate and position - but other than the names of these outputs we don’t know much more about them. Since coordinate seems like the most promising, let’s take a closer l…
Or something like this will probably work even better:
This tutorial will show you:
How to display markers in your app based on Airtable spreadsheet data
How to display images from an Airtable spreadsheet in your app when a marker is pressed
The technique used in part 2 of the tutorial can of course be used to retrieve all kinds of data from a spreadsheet based on the marker pressed, but images are a popular request.
Setup
Create an Airtable spreadsheet and add it to your app.
Here is what mine looks like, as an example.
[blog3airtable]
To c…
Hello… can you give more details ? I didn’t catch…
I tried to create a second list with latitude as a tag, but special characters as . (dot) is not acceptable in a tag
actech
July 17, 2020, 1:26pm
#5
1 Like