# Get user location by pinpoint on map

**URL:** https://community.glideapps.com/t/get-user-location-by-pinpoint-on-map/77007
**Category:** Ask for Help
**Tags:** actions
**Created:** [October 12, 2024, 8:41am UTC](https://community.glideapps.com/t/get-user-location-by-pinpoint-on-map/77007 "2024-10-12T08:41:28Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Randa\_Al-Harbi](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/randa_al-harbi/32/60584_2.png) [@Randa\_Al-Harbi](https://community.glideapps.com/u/Randa_Al-Harbi)
#### Post date: [October 12, 2024, 8:41am UTC](https://community.glideapps.com/t/get-user-location-by-pinpoint-on-map/77007/1 "2024-10-12T08:41:29Z")

</div>

it seems like a very tough task, I am trying to get the location from the user by allowing the user to pinpoint on the map and store the location as a google map url  
I thought the google map integration subscription could solve this issue but unfortunately I couldnt figure it out \> it still displays map box as a component cant it be google maps instead?

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [October 12, 2024, 8:51am UTC](https://community.glideapps.com/t/get-user-location-by-pinpoint-on-map/77007/2 "2024-10-12T08:51:09Z")

</div>

> [@Incorporating Longitude/Latitude / SAVE Glide updates](https://community.glideapps.com/t/incorporating-longitude-latitude-save-glide-updates/75712/2):
>
> I think by using a google map and displaying it via an embed web component.

---

<div class="post-metadata">

### Author: ![Randa\_Al-Harbi](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/randa_al-harbi/32/60584_2.png) [@Randa\_Al-Harbi](https://community.glideapps.com/u/Randa_Al-Harbi)
#### Post date: [October 12, 2024, 8:52am UTC](https://community.glideapps.com/t/get-user-location-by-pinpoint-on-map/77007/3 "2024-10-12T08:52:42Z")

</div>

how could this be done?

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [October 12, 2024, 9:18am UTC](https://community.glideapps.com/t/get-user-location-by-pinpoint-on-map/77007/4 "2024-10-12T09:18:29Z")

</div>

Just copy the code I gave in the thread to the template column, then you replace “COORDINATE” with the coordinate column data you obtained. Thus you can display it with the web-embed component on the url of the template column.

---

<div class="post-metadata">

### Author: ![Randa\_Al-Harbi](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/randa_al-harbi/32/60584_2.png) [@Randa\_Al-Harbi](https://community.glideapps.com/u/Randa_Al-Harbi)
#### Post date: [October 12, 2024, 10:27am UTC](https://community.glideapps.com/t/get-user-location-by-pinpoint-on-map/77007/5 "2024-10-12T10:27:32Z")

</div>

could you kindly explain more I didnt get how its done, break it down in beginner user steps. thank you

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [October 12, 2024, 11:27am UTC](https://community.glideapps.com/t/get-user-location-by-pinpoint-on-map/77007/6 "2024-10-12T11:27:59Z")

</div>

![Screenshot 2024-10-12 182406](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/b/1/b1e589d982bff1d5fd84c1e305cee7bcc867d6a3.png)  
Next, in the screen layout section, use the embed web component to display the embed URL of the template column.
