# Draw a circle in google maps

**URL:** https://community.thunkable.com/t/draw-a-circle-in-google-maps/572801
**Category:** Questions about Thunkable X
**Created:** [May 17, 2020, 12:11pm UTC](https://community.thunkable.com/t/draw-a-circle-in-google-maps/572801 "2020-05-17T12:11:25Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![lff](https://avatars.discourse-cdn.com/v4/letter/l/e495f1/32.png) [@lff](https://community.thunkable.com/u/lff)
#### Post date: [May 17, 2020, 12:11pm UTC](https://community.thunkable.com/t/draw-a-circle-in-google-maps/572801/1 "2020-05-17T12:11:25Z")

</div>

How can I draw a circle from my location with a radious of 1 km from my home? I’ve tried with addPolygon, but I only can draw triangles, lots of triangles. So, what coordinates do I have to provide to the addPolygon block?  
Thank you!

---

<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 17, 2020, 12:55pm UTC](https://community.thunkable.com/t/draw-a-circle-in-google-maps/572801/2 "2020-05-17T12:55:39Z")

</div>

I think you’d need to create a circle from x,y coordinates. See this post on stackoverflow

> <https://stackoverflow.com/questions/14664685/google-maps-circle-to-polyline-coordinate-array>

---

<div class="post-metadata">

### Author: ![lff](https://avatars.discourse-cdn.com/v4/letter/l/e495f1/32.png) [@lff](https://community.thunkable.com/u/lff)
#### Post date: [May 17, 2020, 1:18pm UTC](https://community.thunkable.com/t/draw-a-circle-in-google-maps/572801/3 "2020-05-17T13:18:23Z")

</div>

Sorry, but I don’t understand how to make a circle in thunkable x, what coordinates do you need to provide as a parameter of add polygon block.  
Thank you

---

<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/draw-a-circle-in-google-maps/572801/4 "2024-11-08T11:29:13Z")

</div>


