Package com.tomtom.sdk.routing.api

Types

Link copied to clipboard
class RouteIncrementResult(    val incrementEndOffset: Distance,     val instructions: List<Instruction>,     val laneGuidanceData: List<LaneSection>)

Important: This is a Public Preview API. It may be changed or removed at any time.

Link copied to clipboard
interface RoutePlanningCallback : Callback<RoutePlanningResult, RoutingError>

Callback which is responsible to inform about a received RoutePlanningResult or respective error.

Link copied to clipboard
data class RoutePlanningResult(val routes: List<Route>)

Represents the calculated route based on a passed RoutePlanningOptions.

Link copied to clipboard
interface RoutingApi : Disposable

Entry point to perform a route planning action.