kizza wrote:
> When location changes, check if the data came from the GPS:
> [...]
> Remove location updates and request only from GPS:
> [...]
> It's done this way as I couldn't find a way to disable updates just from the network.
What's worrying me is that there's no check on what's the previous provider (it must be network), so this "remove/request" is done each onLocationChanged?
I've tested the onLocationLost, it isn't called when the location is lost. Actually, it's not in the API!
kizza wrote:
> When location changes, check if the data came from the GPS:
> [...]
> Remove location updates and request only from GPS:
> [...]
> It's done this way as I couldn't find a way to disable updates just from the network.
What's worrying me is that there's no check on what's the previous provider (it must be network), so this "remove/request" is done each onLocationChanged?
I've tested the onLocationLost, it isn't called when the location is lost. Actually, it's not in the API!