LocationRecordingCallback

class LocationRecordingCallback(val channel: Channel<LocationResult>) : LocationCallback

Callback for sending LocationResult into a recording channel

Constructors

Link copied to clipboard
fun LocationRecordingCallback(channel: Channel<LocationResult>)

Functions

Link copied to clipboard
open fun onLocationAvailability(@NonNull p0: LocationAvailability)
Link copied to clipboard
open override fun onLocationResult(p0: LocationResult)

Properties

Link copied to clipboard
val channel: Channel<LocationResult>

Channel to send the data to