# Map component polyline

**URL:** https://community.thunkable.com/t/map-component-polyline/1409072
**Category:** Questions about Thunkable X
**Created:** [July 22, 2021, 2:28pm UTC](https://community.thunkable.com/t/map-component-polyline/1409072 "2021-07-22T14:28:04Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![laufookwaid](https://avatars.discourse-cdn.com/v4/letter/l/ccd318/32.png) [@laufookwaid](https://community.thunkable.com/u/laufookwaid)
#### Post date: [July 22, 2021, 2:28pm UTC](https://community.thunkable.com/t/map-component-polyline/1409072/1 "2021-07-22T14:28:04Z")

</div>

hello everyone,  
i followed the thunkable docs to make a map on my app, this is the code showed on the docs:

 ![thunkable map](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/b/8b36067804d180a0dc1a7adfd00afb2bfb27682b.png)  
and here is my code:  
 ![thunkable map code](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/0/7078cb6d1a92d666f6557d26bb8875f20f402fe1.png)  
i think it is correct, but i can’t seem to understand how this polyline can be added in the live app on my phone, as i tried pressing and stuff but it doesn’t work.  
does anyone know how i can use the polyline? thank you!

---

<div class="post-metadata">

### Author: ![overturner](https://avatars.discourse-cdn.com/v4/letter/o/53a042/32.png) [@overturner](https://community.thunkable.com/u/overturner)
#### Post date: [July 22, 2021, 2:50pm UTC](https://community.thunkable.com/t/map-component-polyline/1409072/2 "2021-07-22T14:50:27Z")

</div>

you have written the wrong spelling of longitude in the second list item . You wrote longtitude.  
i think that is the error

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [July 22, 2021, 3:06pm UTC](https://community.thunkable.com/t/map-component-polyline/1409072/3 "2021-07-22T15:06:47Z")

</div>

Remove ‘3’ from the list which is the 3rd item and correct the spelling as @overturner suggested for both items in the list of coordinates.

---

<div class="post-metadata">

### Author: ![overturner](https://avatars.discourse-cdn.com/v4/letter/o/53a042/32.png) [@overturner](https://community.thunkable.com/u/overturner)
#### Post date: [July 22, 2021, 3:15pm UTC](https://community.thunkable.com/t/map-component-polyline/1409072/4 "2021-07-22T15:15:54Z")

</div>

Yes , that too , missed that 😀

---

<div class="post-metadata">

### Author: ![laufookwaid](https://avatars.discourse-cdn.com/v4/letter/l/ccd318/32.png) [@laufookwaid](https://community.thunkable.com/u/laufookwaid)
#### Post date: [July 29, 2021, 3:25pm UTC](https://community.thunkable.com/t/map-component-polyline/1409072/5 "2021-07-29T15:25:39Z")

</div>

Ok, thank you so much guys! Didn’t realize they were only careless mistakes! 😆

---

<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, 1:17pm UTC](https://community.thunkable.com/t/map-component-polyline/1409072/6 "2024-11-08T13:17:48Z")

</div>


