Closed AdamDorwart closed 9 years ago
We need a class that interfaces with the Android location services and pulls the gps coordinates. Unfortunately this isn't just a simple Location.getCoords(), because it takes time for the device to get a lock.
Check out this StackOverflow to see an example: http://stackoverflow.com/questions/1513485/how-do-i-get-the-current-gps-location-programmatically-in-android
What branch is this in?
We need a class that interfaces with the Android location services and pulls the gps coordinates. Unfortunately this isn't just a simple Location.getCoords(), because it takes time for the device to get a lock.
Check out this StackOverflow to see an example: http://stackoverflow.com/questions/1513485/how-do-i-get-the-current-gps-location-programmatically-in-android