Package com. mapbox. navigation. base. route
Types
ExclusionViolation
Link copied to clipboard
data class ExclusionViolation(type: String, route: DirectionsRoute, legIndex: Int, leg: RouteLeg, stepIndex: Int, step: LegStep, intersectionIndex: Int, intersection: StepIntersection)
Content copied to clipboard
NavigationRoute
Link copied to clipboard
class NavigationRoute
Content copied to clipboard
NavigationRouter
Link copied to clipboard
NavigationRouterCallback
Link copied to clipboard
interface NavigationRouterCallback
Content copied to clipboard
NavigationRouterRefreshCallback
Link copied to clipboard
interface NavigationRouterRefreshCallback
Content copied to clipboard
NavigationRouterRefreshError
Link copied to clipboard
class NavigationRouterRefreshError
Content copied to clipboard
RouteAlternativesOptions
Link copied to clipboard
class RouteAlternativesOptions
Content copied to clipboard
RouterCallback
Link copied to clipboard
interface RouterCallback
Content copied to clipboard
RouteRefreshCallback
Link copied to clipboard
interface RouteRefreshCallback
Content copied to clipboard
RouteRefreshError
Link copied to clipboard
RouteRefreshOptions
Link copied to clipboard
class RouteRefreshOptions
Content copied to clipboard
RouterFactory
Link copied to clipboard
object RouterFactory
Content copied to clipboard
RouterFailure
Link copied to clipboard
data class RouterFailure @JvmOverloads() constructor(url: URL, routerOrigin: RouterOrigin, message: String, code: Int?, throwable: Throwable?)
Content copied to clipboard
RouterOrigin
Link copied to clipboard
sealed class RouterOrigin
Content copied to clipboard
Functions
exclusionViolations
Link copied to clipboard
toDirectionsRoutes
Link copied to clipboard
toNavigationRoute
Link copied to clipboard
fun DirectionsRoute.toNavigationRoute(routerOrigin: RouterOrigin): NavigationRoute
Content copied to clipboard
toNavigationRoutes
Link copied to clipboard
fun List<DirectionsRoute>.toNavigationRoutes(routerOrigin: RouterOrigin): List<NavigationRoute>
Content copied to clipboard