ReplayRouteLocationConverter

open class ReplayRouteLocationConverter(route: DirectionsRoute, speed: Int, delay: Int)

Constructors

Link copied to clipboard
constructor(route: DirectionsRoute, speed: Int, delay: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun sliceRoute(lineString: LineString): List<Point>

Interpolates the route into even points along the route and adds these to the points list.

Link copied to clipboard
Link copied to clipboard
fun updateDelay(customDelayInSeconds: Int)
Link copied to clipboard
fun updateSpeed(customSpeedInKmPerHour: Int)