AutoArrivalController

open class AutoArrivalController : ArrivalController

The default controller for arrival. This will move onto the next leg automatically if there is one.

Constructors

AutoArrivalController
Link copied to clipboard
fun AutoArrivalController()

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
navigateNextRouteLeg
Link copied to clipboard
open override fun navigateNextRouteLeg(routeLegProgress: RouteLegProgress): Boolean
Moves onto the next leg after 5 seconds have passed.
toString
Link copied to clipboard
open fun toString(): String