Photo location tagging feature

I need to take the photos a user took and show them on a map not sure how to pull the lat/lon from photo? any one have any ideas?

Thanks!

I’m not sure if Glide keeps the exif location data of an image when it’s uploaded. You might try this:

1 Like

Assuming this means user can post all images in their library, not just newly taken photos, I think the alternative is having them type out the location, though it’s not user-friendly.

i wanted to pull the lat/long from the photo meta data if i could

Yeah, you should try the AI component to see if it can help. I vaguely remember Glide removing some data from the EXIF upon uploading but I’m not sure.