FusedGpsLocationManager
In this class, we will attempt to use FusedLocationProviderClient to get location data. LocationManager is used as fallback. The retrieved location is stored on device with the given LocIntelRepository
Functions
Link copied to clipboard
Link copied to clipboard
open fun oneShotLocation(@NonNull listener: FusedGpsLocationManager.Listener, highAccuracy: Boolean)
gets a one shot location update
Link copied to clipboard
Stops this listener from location updates
Link copied to clipboard
If not already started, this will start location query.