Optional task, aimed at enhancing location-based category suggestions, as many users do not enable location tagging in their camera.
Implement via either:
- If uploaded picture has no coordinates, show a 'GPS' button that users can tap to get their current location
- If uploaded picture has no coordinates, get user's current location automatically. Add option to enable/disable this feature in Preferences
If have extra time, add:
- A map showing the location that allows the user to touch the real location
Plan:
- Get geolocation via method described here - http://stackoverflow.com/questions/1513485/how-do-i-get-the-current-gps-location-programmatically-in-android
- Another possible method of getting geolocation - http://android-developers.blogspot.co.nz/2011/06/deep-dive-into-location.html