Types

Link copied to clipboard
Link copied to clipboard

Cancel ongoing event.

Link copied to clipboard

Event that informs about reaching destination.

Link copied to clipboard

Result of the event.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed interface Ongoing
Link copied to clipboard

Defines the set of possible results for NavigationEvent

Link copied to clipboard
Link copied to clipboard
sealed interface Update
Link copied to clipboard

Updates params - require route recomputation if new params doest not meet current params.

Link copied to clipboard
data class UpdateSettings(val autoReroute: Boolean) : NavigationEvent, NavigationEvent.Update, NavigationEvent.Instant

Updates settings - do not need route recomputation and its performed instantly.