AutoArrivalController

open class AutoArrivalController : ArrivalController

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

Constructors

Link copied to clipboard
fun AutoArrivalController()

Functions

Link copied to clipboard
open override fun navigateNextRouteLeg(routeLegProgress: RouteLegProgress): Boolean

Moves onto the next leg after 5 seconds have passed.