# Google Map - add multiple markers

**URL:** https://community.thunkable.com/t/google-map-add-multiple-markers/31066
**Category:** Questions about Thunkable X
**Created:** [June 10, 2018, 11:03pm UTC](https://community.thunkable.com/t/google-map-add-multiple-markers/31066 "2018-06-10T23:03:36Z")
**Posts on this page:** 6
**Page:** 3

<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: [May 1, 2020, 9:55am UTC](https://community.thunkable.com/t/google-map-add-multiple-markers/31066/44 "2020-05-01T09:55:06Z")

</div>

Hey @dgarcia09, it looks like that’s a private project so I’m not sure if you’ll be able to copy it right now.

Fortunately Albert has a similar sample app here:

[https://docs.thunkable.com/sample-apps#sf-popos](https://docs.thunkable.com/sample-apps#sf-popos) 2

Can you tell us a little more about the app you’re trying to build David?

Thanks!

---

<div class="post-metadata">

### Author: ![dgarcia09](https://avatars.discourse-cdn.com/v4/letter/d/c67d28/32.png) [@dgarcia09](https://community.thunkable.com/u/dgarcia09)
#### Post date: [May 1, 2020, 5:15pm UTC](https://community.thunkable.com/t/google-map-add-multiple-markers/31066/45 "2020-05-01T17:15:19Z")

</div>

Hey @domhnallohanlon I’m trying to build an app where a list of providers close to the user is displayed on the map.

---

<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 1, 2020, 5:35pm UTC](https://community.thunkable.com/t/google-map-add-multiple-markers/31066/46 "2020-05-01T17:35:59Z")

</div>

Check mapquest. They have an easy api for this I’ve been looking at the last two days

Also an easy api for turn by turn directions which could then be placed on a google map as navigation lines

---

<div class="post-metadata">

### Author: ![Michael\_Rogulla](https://avatars.discourse-cdn.com/v4/letter/m/ba8739/32.png) [@Michael\_Rogulla](https://community.thunkable.com/u/Michael_Rogulla)
#### Post date: [May 19, 2020, 12:05pm UTC](https://community.thunkable.com/t/google-map-add-multiple-markers/31066/47 "2020-05-19T12:05:49Z")

</div>

Hi @jared and all the others that work with the map component,

I also work with airtable, I fetch some or all rows and iterate through the list. The following block helps:  
 ![grafik](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/6/1/610b510a81200704a5f5e43ff4256f3465a26d91.png)

The “latitude” and “longitude” inputs of Map.addMarker seem to be not able to convert a “string” to a “float” by themselves, so please add the math blocks and multiply just by 1.0. This work on iOS and on Android.

BTW: it makes no difference, if you declare the latitude / longitude in airtable as a number. I might be wrong but I think that airtable delivers always a string, so you have to convert it always in your app.

---

<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 19, 2020, 12:39pm UTC](https://community.thunkable.com/t/google-map-add-multiple-markers/31066/48 "2020-05-19T12:39:32Z")

</div>

Airtable delivers numbers only when you explicitly ask it to. Otherwise it returns strings

---

<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/google-map-add-multiple-markers/31066/49 "2024-11-08T11:29:07Z")

</div>



[Previous page](https://community.thunkable.com/t/google-map-add-multiple-markers/31066.md?page=2)
