You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
providers = self._location_manager.getProviders(False).toArray()
for provider in providers:
self._location_manager.requestLocationUpdates(
"gps",
1000, # minTime, in milliseconds
1, # minDistance, in meters
self._location_listener,
List all Location Providers but only use gps:
it should be
The text was updated successfully, but these errors were encountered: