android - Camera intent with GPS enabled -



android - Camera intent with GPS enabled -

is there way launch photographic camera app via intent gps turned on, returned photo geo-tagged?

this isn't possible camera-intent.

whether utilize api geo-tag (since need current latlon) or take image using intent , edit exif-header.

to add together geotag, can utilize setgpslatitude() , setgpslongitude()-methods

android gps camera android-intent

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -