navigateNextRouteLeg

abstract suspend fun navigateNextRouteLeg(): Result<Unit>

After arriving at a stop, this can be used to manually decide when to start navigating to the next stop.

Return

a Result indicating whether the next leg was successfully started.