# Treasure hunt gps game - location query

**URL:** https://community.glideapps.com/t/treasure-hunt-gps-game-location-query/83359
**Category:** Ask for Help
**Created:** [July 22, 2025, 9:34am UTC](https://community.glideapps.com/t/treasure-hunt-gps-game-location-query/83359 "2025-07-22T09:34:43Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Courtney\_Budd](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/courtney_budd/32/79434_2.png) [@Courtney\_Budd](https://community.glideapps.com/u/Courtney_Budd)
#### Post date: [July 22, 2025, 9:34am UTC](https://community.glideapps.com/t/treasure-hunt-gps-game-location-query/83359/1 "2025-07-22T09:34:43Z")

</div>

I’m following Robert Petitto’s Gamify your Glide App to make a treasure hunt gps game. Particularly this video: [https://www.youtube.com/watch?v=F2eUoCul3bQ](https://www.youtube.com/watch?v=F2eUoCul3bQ)

My question is - does the user location automatically update as the app user moves? I’m finding mixed answers online. Ideally I’d like them to see an icon on the map of their current location, which I’m thinking might only be possible with google maps integration?

If anyone has any ideas or more up-to-date tutorials for this project I’d be open to hear. Thank you!

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [July 22, 2025, 11:35pm UTC](https://community.glideapps.com/t/treasure-hunt-gps-game-location-query/83359/2 "2025-07-22T23:35:04Z")

</div>

> [@Courtney\_Budd](#):
>
> My question is - does the user location automatically update as the app user moves?

> [@Geolocation for permanent Tracking](https://community.glideapps.com/t/geolocation-for-permanent-tracking/76817/2):
>
> I’m going to be honest here. I don’t think a web app is well suited for something like this. I say that because it requires an app to be open and active on the screen at all times. Turning the screen off or switching to a different app on your device is going to kill that connection, so drivers would not be able to use their device for anything else or be able to turn the screen off. Plus, for it to work with the native location component, it would require constant and rapid updates to the t…

Here’s a detailed comment from @Jeff_Hager on live tracking in Glide. It’s not suitable to have a live tracking feature at the moment.

---

<div class="post-metadata">

### Author: ![Courtney\_Budd](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/courtney_budd/32/79434_2.png) [@Courtney\_Budd](https://community.glideapps.com/u/Courtney_Budd)
#### Post date: [July 23, 2025, 8:21am UTC](https://community.glideapps.com/t/treasure-hunt-gps-game-location-query/83359/4 "2025-07-23T08:21:37Z")

</div>

Thanks - Users would be on foot and actively playing a treasure hunt game - not driving or using anything outside of the app while the game is in play.

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [July 23, 2025, 8:44am UTC](https://community.glideapps.com/t/treasure-hunt-gps-game-location-query/83359/5 "2025-07-23T08:44:30Z")

</div>

If you know the exact location of the treasure, you could use a Distance to Location column to show each user their distance from the treasure. This would update in real time as the users move around. Keep in mind that the co-ordinates of the treasure would need to be stored in the database, which means it would be theoretically possible for users to discover them.
