Nature tracker - create/follow/share

Hi,
I’m trying to build an app that can ‘record’ your track while you are walking, running, biking etc. so that others can follow the track in the nature afterwards. Also I would like users to add geolocated photos along their way to be shared also.
Any one with ideas and experience with such?
All inputs are welcome. Thanks!

Best regards Henrik

There is no glide feature that would allow you to live track a user’s live location in real time or record a track of that location. The only way to get a user’s one-time location is through the location component and an action performed by the user. It would not be automatic.

I don’t know if glide retains the geo coordinates located within the meta data of photos, but if it did, there is no easy way to extract that meta data. You could add a location component to a form, along with an image picker, so a user could submit their current location along with an image.

1 Like

Thanks a lot, Jeff.
I was hoping that there was a way to create that solution using Glide. I guess it must be developed using one of these other frameworks like Ionic, Angular and such.

Best regards Henrik

1 Like