toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-map
/
com.mapbox.dash.sdk.map.presentation.routes
/
RouteHelper
Route
Helper
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP_PREFIX
]
)
interface
RouteHelper
Inheritors
MapboxRouteHelper
Members
Properties
route
Arrows
Enabled
Link copied to clipboard
abstract
var
routeArrowsEnabled
:
Boolean
Functions
clear
Arrows
Link copied to clipboard
abstract
fun
clearArrows
(
)
clear
Route
Line
Link copied to clipboard
abstract
suspend
fun
clearRouteLine
(
)
hide
Traffic
Link copied to clipboard
abstract
fun
hideTraffic
(
)
on
Map
Click
Link copied to clipboard
abstract
suspend
fun
onMapClick
(
target
:
Point
,
mapboxMap
:
MapboxMap
)
:
NavigationRoute
?
set
Line
Depth
Occlusion
Link copied to clipboard
abstract
fun
setLineDepthOcclusion
(
enabled
:
Boolean
)
show
Traffic
Link copied to clipboard
abstract
fun
showTraffic
(
)
start
Link copied to clipboard
abstract
suspend
fun
start
(
mapView
:
MapView
)
update
Map
Style
Link copied to clipboard
abstract
fun
updateMapStyle
(
style
:
Style
)
update
Route
Line
Link copied to clipboard
abstract
fun
updateRouteLine
(
point
:
Point
)
update
Route
With
Route
Progress
Link copied to clipboard
abstract
fun
updateRouteWithRouteProgress
(
routeProgress
:
RouteProgress
)