# addMarkers on android

**URL:** https://community.thunkable.com/t/addmarkers-on-android/504853
**Category:** Questions about Thunkable X
**Created:** [March 8, 2020, 6:09pm UTC](https://community.thunkable.com/t/addmarkers-on-android/504853 "2020-03-08T18:09:11Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Claus\_Holbech1](https://avatars.discourse-cdn.com/v4/letter/c/dbc845/32.png) [@Claus\_Holbech1](https://community.thunkable.com/u/Claus_Holbech1)
#### Post date: [March 8, 2020, 6:09pm UTC](https://community.thunkable.com/t/addmarkers-on-android/504853/1 "2020-03-08T18:09:12Z")

</div>

I know this has been discussed before, but i can’t seem to find the answer.

Is there a way to add markes to a map on Android, without it crashing?.

My markers look like this:  
[  
{  
“date”: “2020-03-07 20:22:18”,  
“latitude”: 55.603186420978,  
“longitude”: 12.662466996284  
},  
{  
“date”: “2020-03-07 22:41:59”,  
“latitude”: 55.633313416514,  
“longitude”: 12.646834573608  
},  
{  
“date”: “2020-03-07 22:42:03”,  
“latitude”: 55.621951900237,  
“longitude”: 12.620376172385  
}  
]

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [April 3, 2020, 3:00pm UTC](https://community.thunkable.com/t/addmarkers-on-android/504853/2 "2020-04-03T15:00:27Z")

</div>

Hey @Claus_Holbech1 👋

Is there anything in the “Cartographr” app that you can use for this?

> [@Cartographr: How to work with the Map Component](http://community.thunkable.com/t/cartographr-how-to-work-with-the-map-component/230549):
>
> 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…

You’ll probably need to add in a loop and a couple of lists, but it should work fine.

---

<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: [April 3, 2020, 4:24pm UTC](https://community.thunkable.com/t/addmarkers-on-android/504853/3 "2020-04-03T16:24:10Z")

</div>

@Claus_Holbech1 What have you tried. There may be an issue with your code causing the crashing.

 ![Screen Shot 2020-04-03 at 12.08.39 PM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/a/1a93700044c82352ef266a6ae57e9a5c685d2fba.png)

---

<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:39am UTC](https://community.thunkable.com/t/addmarkers-on-android/504853/4 "2024-11-08T11:39:24Z")

</div>


