Geotag picture with camera component

Hello everyone.
I’m using the camera component on Android.
How do you add geo tag in the exif of an image?
I added exif option in Camera.takePictureAsync() but there is no geo tag information.

Thank you

One thing you may want to ensure is that the user has given you permission to see their location. You may also want to research the policies on when the native Android APIs expose location through EXIF tags.

This is actually not yet supported but I have this in my mind. You can upvote here: Geotag photos from Camera | Voters | Expo

2 Likes

Ok :slight_smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.