Package-level declarations

Types

Link copied to clipboard
abstract class FasterRoute

This class can be subclassed to provide custom logic for checking / determining new / faster routes while navigating.

Link copied to clipboard
Link copied to clipboard
fun interface FasterRouteListener

Listener that can be added to monitor faster routes retrieved based on the logic set in FasterRoute.

Link copied to clipboard
abstract class RouteFetcher

You can extend this to fetch a route. When a route was successfully fetched, you should notify the routeListeners about the new route

Link copied to clipboard
interface RouteListener

Will fire when either a successful / failed response is received.