ReplayLocationDispatcher

open class ReplayLocationDispatcher(locationsToReplay: List<Location>, coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.Default))

Constructors

Link copied to clipboard
constructor(locationsToReplay: List<Location>, coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.Default))

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun add(toReplay: List<Location>)
Link copied to clipboard
fun start()
Link copied to clipboard
fun stop()
Link copied to clipboard
fun update(locationsToReplay: List<Location>)