Package-level declarations

Types

Link copied to clipboard

Provides API to trigger reroute and observe reroute state.

Link copied to clipboard

Interface allowing to modify RouteOptions during a reroute request with the default Navigation SDK's reroute controller.

Link copied to clipboard
sealed class RerouteState

Reroute state. Note that there is also RerouteStateV2, considering using it if you need more granular notifications.

Link copied to clipboard
fun interface RerouteStateObserver

RerouteState observer

Link copied to clipboard
abstract class RerouteStateV2

Reroute state V2. Compared to RerouteState, it has additional states: Deviation.ApplyingRoute and Deviation.RouteIgnored.