简体   繁体   中英

Detecting image location of the picture in iPhone

I am working on a camera app in which the pictures I take should store the location as to where they were taken. So maybe after a while, if I want to know where a particular picture was taken, I should click on a button, say above my photo album, which should re-direct me to a mapview. There, it should show the places where i've taken all my pictures, with an album for each place.

Any idea on how to make this work?

Add MetaData to UIImage . Same metadata of UIImage can be used to know images's location.

Refer Save_Photo_to_Album_with_Metadata

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM