Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
class CurrentLocationService(locationManager: LocationManager, providers: List<String>, options: LocationServiceOptions)
Link copied to clipboard
interface ILocationService
Link copied to clipboard
Link copied to clipboard
data class LocationServiceOptions(val currentLocationAccuracy: Int = GOOD_ACCURACY, val currentLocationTimeout: Int = TIMEOUT)
Link copied to clipboard
class NativeLocationService(context: Context, options: LocationServiceOptions = LocationServiceOptions()) : ILocationService