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
Post a Comment