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 -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -