sdk
sdk
/
com.sygic.sdk.navigation.routeeventnotifications
/
SimpleLaneInfo
Simple
Lane
Info
open
class
SimpleLaneInfo
Constructors
Functions
Constructors
Simple
Lane
Info
Link copied to clipboard
open
fun
SimpleLaneInfo
(
lanes
:
List
<
LaneInfo.Lane
>
,
lanesDistanceFromStart
:
Int
,
driveOnRight
:
Boolean
,
roadId
:
Array
<
Byte
>
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
get
Lanes
Link copied to clipboard
@
NonNull
open
fun
getLanes
(
)
:
List
<
LaneInfo.Lane
>
get
Lanes
Distance
From
Start
Link copied to clipboard
open
fun
getLanesDistanceFromStart
(
)
:
Int
Returns distance to lane from route start
get
Road
Id
Link copied to clipboard
open
fun
getRoadId
(
)
:
Array
<
Byte
>
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
is
Drive
On
Right
Link copied to clipboard
open
fun
isDriveOnRight
(
)
:
Boolean
Indicates if the lane is right side driving