sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.naviexpert.navigationsdk.api.ui.laneassist
/
Lane
Lane
data
class
Lane
(
val
directions
:
Set
<
LaneDirection
>
,
val
leftLine
:
Line
,
val
rightLine
:
Line
,
val
disabled
:
Boolean
)
Members
Constructors
Lane
Link copied to clipboard
constructor
(
directions
:
Set
<
LaneDirection
>
,
leftLine
:
Line
,
rightLine
:
Line
,
disabled
:
Boolean
)
Properties
directions
Link copied to clipboard
val
directions
:
Set
<
LaneDirection
>
disabled
Link copied to clipboard
val
disabled
:
Boolean
left
Line
Link copied to clipboard
val
leftLine
:
Line
right
Line
Link copied to clipboard
val
rightLine
:
Line