[MediaLibrary] getAssetsAsync() - Add location to Asset instead of AssetInfo

Hi all,

I have a usecase where I want the last 200 photos the user has taken.
I can get these using getAssetsAsync() which is super fast.
I need to get the location though, so I have to loop through all of these to get the location of the image (GPS)… This crashes the app due to performance…

Any help?
Kind regards,
Jan

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