# Google map tools

**URL:** https://community.thunkable.com/t/google-map-tools/2878801
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [March 6, 2024, 5:35pm UTC](https://community.thunkable.com/t/google-map-tools/2878801 "2024-03-06T17:35:29Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![mohamed.zahran.ali4](https://avatars.discourse-cdn.com/v4/letter/m/f6c823/32.png) [@mohamed.zahran.ali4](https://community.thunkable.com/u/mohamed.zahran.ali4)
#### Post date: [March 6, 2024, 5:35pm UTC](https://community.thunkable.com/t/google-map-tools/2878801/1 "2024-03-06T17:35:29Z")

</div>

I want a code that gives a notification at a specific geographical location with a radius of 200, for example  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/f/e/fe0b6c7fd4aa37513e12381f5b838cc2ca4b1d0c.png)

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [March 6, 2024, 5:54pm UTC](https://community.thunkable.com/t/google-map-tools/2878801/2 "2024-03-06T17:54:33Z")

</div>

You can implement the Haversine formula to calculate distances. It’s a pain to setup but works well. You can find examples on the forums here.

Or you could see if the Google Maps or Google Places APIs have a distance function.

---

<div class="post-metadata">

### Author: ![mohamed.zahran.ali4](https://avatars.discourse-cdn.com/v4/letter/m/f6c823/32.png) [@mohamed.zahran.ali4](https://community.thunkable.com/u/mohamed.zahran.ali4)
#### Post date: [March 6, 2024, 6:34pm UTC](https://community.thunkable.com/t/google-map-tools/2878801/3 "2024-03-06T18:34:25Z")

</div>

I was able to program it to get my current location easily, but it gave me oscillating and instantaneous latitude and longitude  
But my simple goal is to get my current geographic location with a specified radius  
Thank you for your cooperation

---

<div class="post-metadata">

### Author: ![matt\_conroy](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/matt_conroy/32/150843_2.png) [@matt\_conroy](https://community.thunkable.com/u/matt_conroy)
#### Post date: [March 6, 2024, 8:48pm UTC](https://community.thunkable.com/t/google-map-tools/2878801/4 "2024-03-06T20:48:44Z")

</div>

@mohamed.zahran.ali4 What on the blocks you are using is not working? The `search places` block is what we would recommend but will be hard to help you without more information. Thanks!

---

<div class="post-metadata">

### Author: ![mohamed.zahran.ali4](https://avatars.discourse-cdn.com/v4/letter/m/f6c823/32.png) [@mohamed.zahran.ali4](https://community.thunkable.com/u/mohamed.zahran.ali4)
#### Post date: [March 8, 2024, 3:55am UTC](https://community.thunkable.com/t/google-map-tools/2878801/5 "2024-03-08T03:55:39Z")

</div>

Thank you very much  
I want a list of my favorite locations( I succeeded in that), required after that  
if one of these geographical locations is reached, I will receive an audio notification automatically

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [June 6, 2024, 3:55am UTC](https://community.thunkable.com/t/google-map-tools/2878801/6 "2024-06-06T03:55:45Z")

</div>

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
