Package in2000.pedalio.data.location

Types

Link copied to clipboard
class LocationRepository(    val context: Context,     defaultLocation: LatLng,     shouldGetPermission: MutableLiveData<Boolean>,     registerListener: (input: LocationUpdateListener) -> Unit)

Repository for location data. This class uses the registerListener in order to aquire the location data.