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

Constructors

Link copied to clipboard
constructor(context: Context)

Types

Link copied to clipboard
interface Listener

Functions

Link copied to clipboard
open fun onDestroy()
Link copied to clipboard
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.
Link copied to clipboard
open fun stopAll()
Stops all listeners.