# How can i share Google direction Navigation link on button click

**URL:** https://community.thunkable.com/t/how-can-i-share-google-direction-navigation-link-on-button-click/1568034
**Category:** Questions about Thunkable X
**Tags:** googlemaps
**Created:** [October 18, 2021, 1:01pm UTC](https://community.thunkable.com/t/how-can-i-share-google-direction-navigation-link-on-button-click/1568034 "2021-10-18T13:01:24Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![darweeshworkqxl](https://avatars.discourse-cdn.com/v4/letter/d/a587f6/32.png) [@darweeshworkqxl](https://community.thunkable.com/u/darweeshworkqxl)
#### Post date: [October 18, 2021, 1:01pm UTC](https://community.thunkable.com/t/how-can-i-share-google-direction-navigation-link-on-button-click/1568034/1 "2021-10-18T13:01:24Z")

</div>

I would like to know how can I share the link of google map direction on button click. As Share block doesnt have the option currently (or I dont know how).

I can visualise the direction on web view but it is not convenient for the user of the system.

Thanks

---

<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: [October 18, 2021, 2:13pm UTC](https://community.thunkable.com/t/how-can-i-share-google-direction-navigation-link-on-button-click/1568034/2 "2021-10-18T14:13:03Z")

</div>

You can use `share message` and in the message type:

```auto
https://www.google.com/maps/search/?api=1&query=47.5951518%2C-122.3316393

```

Where 47.5951518%2C-122.3316393 is the latitude: longitude

---

<div class="post-metadata">

### Author: ![darweeshworkqxl](https://avatars.discourse-cdn.com/v4/letter/d/a587f6/32.png) [@darweeshworkqxl](https://community.thunkable.com/u/darweeshworkqxl)
#### Post date: [October 18, 2021, 6:42pm UTC](https://community.thunkable.com/t/how-can-i-share-google-direction-navigation-link-on-button-click/1568034/3 "2021-10-18T18:42:48Z")

</div>

Thank you @muneer I have tried it but it shares the link as a text. So it suggest the social media apps and so but not google map

---

<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: [October 18, 2021, 7:09pm UTC](https://community.thunkable.com/t/how-can-i-share-google-direction-navigation-link-on-button-click/1568034/4 "2021-10-18T19:09:22Z")

</div>

To automatically open Google maps use the following

```auto
http://maps.google.com/maps?q= latitude,longitude

```

Replace the latitude and longitude with your coordinates

---

<div class="post-metadata">

### Author: ![darweeshworkqxl](https://avatars.discourse-cdn.com/v4/letter/d/a587f6/32.png) [@darweeshworkqxl](https://community.thunkable.com/u/darweeshworkqxl)
#### Post date: [October 18, 2021, 8:41pm UTC](https://community.thunkable.com/t/how-can-i-share-google-direction-navigation-link-on-button-click/1568034/5 "2021-10-18T20:41:32Z")

</div>

> [@muneer](#):
>
> `http://maps.google.com/maps?q=`

Hi @muneer Sorry for the late reply. I have tried that one as well, but the same results. It just share it as a text not a link to open the app.

---

<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: [October 18, 2021, 9:27pm UTC](https://community.thunkable.com/t/how-can-i-share-google-direction-navigation-link-on-button-click/1568034/6 "2021-10-18T21:27:42Z")

</div>

The subject of the topic is “How can I share…” but if you want to open the Maps App then use the `Open Link` component in the `Control` drawer.

---

<div class="post-metadata">

### Author: ![darweeshworkqxl](https://avatars.discourse-cdn.com/v4/letter/d/a587f6/32.png) [@darweeshworkqxl](https://community.thunkable.com/u/darweeshworkqxl)
#### Post date: [October 18, 2021, 9:51pm UTC](https://community.thunkable.com/t/how-can-i-share-google-direction-navigation-link-on-button-click/1568034/7 "2021-10-18T21:51:17Z")

</div>

Okay sorry for the confusion. Can you point me to where I can find it (like a screenshot or something). I am using xthunkable (not the drag and drop version, but the other one).

---

<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: [October 18, 2021, 10:10pm UTC](https://community.thunkable.com/t/how-can-i-share-google-direction-navigation-link-on-button-click/1568034/8 "2021-10-18T22:10:30Z")

</div>

See the last block

 ![Screenshot_2021-10-19-01-09-37-94_40deb401b9ffe8e1df2f1cc5ba480b12](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/c/3c3de3c58248383c5bc734b99d78cab472b833c3.jpeg)

---

<div class="post-metadata">

### Author: ![darweeshworkqxl](https://avatars.discourse-cdn.com/v4/letter/d/a587f6/32.png) [@darweeshworkqxl](https://community.thunkable.com/u/darweeshworkqxl)
#### Post date: [October 18, 2021, 10:25pm UTC](https://community.thunkable.com/t/how-can-i-share-google-direction-navigation-link-on-button-click/1568034/9 "2021-10-18T22:25:46Z")

</div>

Okay, thanks a lot for your help.

---

<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:14pm UTC](https://community.thunkable.com/t/how-can-i-share-google-direction-navigation-link-on-button-click/1568034/10 "2024-11-08T13:14:45Z")

</div>


