Please look into the following
We have the following devices with us, and could potentially use all of them for figuring it out.
Windows Phone
Android devices
iOS Devices
Firefox OS Devices
When a user clicks an image, we need to check which of these operating systems storage the GPS coordinate in the metadata of the image and how to retrieve the required metadata of the particular image that's being uploaded by the author.
Steps to go through for this would be:
Find out from the developer documentation if this is already implemented.
For the devices on which its not implemented include them in the package to override the original photo metadata to store the metadata as we want it.
From the images check the data that's present. In case the photo uploaded doesn't have gps coordinates in its Exif data, then ask the user to point it (Ask nearest location and query google services)
All this comes up as Exif values.
@rajatu @rahul2308
Please look into the following We have the following devices with us, and could potentially use all of them for figuring it out.
When a user clicks an image, we need to check which of these operating systems storage the GPS coordinate in the metadata of the image and how to retrieve the required metadata of the particular image that's being uploaded by the author.
Steps to go through for this would be:
All this comes up as Exif values. @rajatu @rahul2308