Package-level declarations

Types

Link copied to clipboard
open class ReplayLocationDispatcher(locationsToReplay: List<Location>, coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.Default))
Link copied to clipboard
Link copied to clipboard
open class ReplayRouteLocationConverter(route: DirectionsRoute, speed: Int, delay: Int)
Link copied to clipboard
open class ReplayRouteLocationEngine(coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.IO)) : LocationEngine