Does it give the user's current location if the device is online? How does it determine the last known location?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
LocationManager docs Taken from the docs & reworded
However, if the users phone has been sleeping or turned off and has moved the location will be out-of-date. If you need the location to be up-to-date I wouldn't use this method, instead request a single update, depending on your applications requirements. Note: requesting location updates from an available provider will effect the users battery life if used irresponsibly |
|||||||||
|