smart-location-lib
smart-location-lib copied to clipboard
MultiFallbackProvider not falling back?
I wrote a Location Provider for finding the geolocation based on IP in case the user has turned off location or for other reasons. When I use the oneFix() method and use PlayServices and LocationManager with my Provider, it just fails on the PlayServices provider (old Play Services) and returns null, never cycles through the alternate providers.
What am I missing as I would expect it to go down the provider line. I'm guessing I missed something as something like this wouldn't be missed.
i got the same issue here