# Pressing on Markers for More Info

**URL:** https://community.thunkable.com/t/pressing-on-markers-for-more-info/580235
**Category:** Questions about Thunkable X
**Created:** [May 20, 2020, 12:29pm UTC](https://community.thunkable.com/t/pressing-on-markers-for-more-info/580235 "2020-05-20T12:29:46Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![bobsunscreen](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/bobsunscreen/32/85667_2.png) [@bobsunscreen](https://community.thunkable.com/u/bobsunscreen)
#### Post date: [May 20, 2020, 12:29pm UTC](https://community.thunkable.com/t/pressing-on-markers-for-more-info/580235/1 "2020-05-20T12:29:46Z")

</div>

I made an app where, when you fill out a text box and press a button, your longitude, latitude, the date, and the information from the text box are uploaded to Airtable. When the app opens, the first page is a map that takes the user’s location data from Airtable and turns it into map markers, using this information:

 ![Screenshot (48)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/9/890c5171210de58e4de23c027224b84bd6faf459.png)

I want to make it so when people press on the markers in my app, it sends them to a page with the other information from the same same row as the map marker longitude and latitude:

 ![Screenshot (48) (1)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/e/3/e38abef8ec8d84fe5dff67e7e8d3723e96a07d52.png)

How would I go about coding this?

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [May 20, 2020, 1:11pm UTC](https://community.thunkable.com/t/pressing-on-markers-for-more-info/580235/2 "2020-05-20T13:11:24Z")

</div>

[https://x.thunkable.com/copy/702cb82a3c504d970ee681f980803c70](https://x.thunkable.com/copy/702cb82a3c504d970ee681f980803c70)

This example is a flight tracker. Lots of info for each flight is taken in from an api. All the data are sorted into lists. Some info is automatically adorned to display in the market fallout like speed and to/from.

When I click a marker There is a popup that appears below the map with more info.

Check it out

The idea is same. Create lists. Filter info based on coordinates. Put that info on the screen

---

<div class="post-metadata">

### Author: ![bobsunscreen](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/bobsunscreen/32/85667_2.png) [@bobsunscreen](https://community.thunkable.com/u/bobsunscreen)
#### Post date: [May 20, 2020, 6:38pm UTC](https://community.thunkable.com/t/pressing-on-markers-for-more-info/580235/3 "2020-05-20T18:38:11Z")

</div>

Great, thank you!

---

<div class="post-metadata">

### Author: ![bobsunscreen](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/bobsunscreen/32/85667_2.png) [@bobsunscreen](https://community.thunkable.com/u/bobsunscreen)
#### Post date: [May 21, 2020, 12:26pm UTC](https://community.thunkable.com/t/pressing-on-markers-for-more-info/580235/4 "2020-05-21T12:26:58Z")

</div>

Hi @jared, one question: what is the app APIResponse variable for?

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:29am UTC](https://community.thunkable.com/t/pressing-on-markers-for-more-info/580235/5 "2024-11-08T11:29:06Z")

</div>


