RerouteOptionsAdapter

interface RerouteOptionsAdapter

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

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onRouteOptions
Link copied to clipboard
abstract fun onRouteOptions(routeOptions: RouteOptions): RouteOptions
Allows to modify RouteOptions before a reroute request is sent.
toString
Link copied to clipboard
open fun toString(): String