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

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -