Package com.tomtom.sdk.routing.api
Types
Link copied to clipboard
class RouteIncrementResult( val incrementEndOffset: Distance, val instructions: List<Instruction>, val laneGuidanceData: List<LaneSection>)
Content copied to clipboard
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>
Content copied to clipboard
Callback which is responsible to inform about a received RoutePlanningResult or respective error.
Link copied to clipboard
Represents the calculated route based on a passed RoutePlanningOptions.
Link copied to clipboard
Entry point to perform a route planning action.