Getting geographical coordinates in android camera -


in android, there way can geographical co-ordinates when open camera , touch different points on visible area?

actually i'm finding way measure length between 2 co-ordinates user can see through camera.

please provide easy way this.

you have implement own camera achieve this.

i'm finding way measure length between 2 co-ordinates user can see through camera.

short answer no as,
in custom camera in camera parameters set the gps co-ordinates photo using method. http://developer.android.com/reference/android/hardware/camera.parameters.html#setgpslatitude(double) since each photo set 1 gps data cannot set multiple gps co-ordinates.if required extract through exif data.

i'm finding way measure length between 2 co-ordinates user can see through camera.

you can this way http://developer.android.com/guide/topics/media/camera.html#metering-focus-areas
can focus area shown in above.

will solve issue

i dont know exact requirement based on short data in question assume cannot done using camera, can use location manager achieve task.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -