Treasure hunt gps game - location query

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

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!

1 Like

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.

1 Like

(post deleted by author)

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.

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.

2 Likes