Does LocationManager have the ability to change, from example, from GPS to a more course provider, should the device lose its GPS signal?
As far as I know it’s not, but I’m not 100% sure, so I need to ask
(The reason I ask, is I’m tempted to make my own LocationManagerManager that handles these sorts of problems. I might have it accept multiple Criteria objects which are tried in some sort of order under various circumstances that the traditional LocationManager isn’t flexible enough for. But I don’t want to be reinventing the wheel, e.g. if Google have handled this in some method/class unknown to me).
Thanks
Yeah, it’s already available. Just google it, u must get it. Check this function out :
`
`