Builder

constructor(applicationContext: Context = ApplicationHolder.applicationContext, locationManager: LocationManager? = applicationContext.getSystemService(Context.LOCATION_SERVICE) as? LocationManager)

Parameters

applicationContext

the Context in which to monitor the location

locationManager

the LocationManager to use for monitoring the location

constructor(locationManager: <Error class: unknown class> = CLLocationManager())
constructor()
constructor()