toggle menu
sdk
androidJvm
switch theme
search in API
sdk
/
com.sygic.sdk.navigation.routeeventnotifications
/
SignpostJunctionInfo
Signpost
Junction
Info
data
class
SignpostJunctionInfo
:
Parcelable
Members
Types
Area
Type
Link copied to clipboard
enum
AreaType
:
Enum
<
SignpostJunctionInfo.AreaType
>
Turn
Direction
Link copied to clipboard
enum
TurnDirection
:
Enum
<
SignpostJunctionInfo.TurnDirection
>
Turn
Type
Link copied to clipboard
enum
TurnType
:
Enum
<
SignpostJunctionInfo.TurnType
>
Properties
area
Type
Link copied to clipboard
val
areaType
:
SignpostJunctionInfo.AreaType
from
Lanes
Count
Link copied to clipboard
val
fromLanesCount
:
Int
is
Mirroring
Link copied to clipboard
val
isMirroring
:
Boolean
to
Left
Lanes
Count
Link copied to clipboard
val
toLeftLanesCount
:
Int
to
Right
Lanes
Count
Link copied to clipboard
val
toRightLanesCount
:
Int
turn
Direction
Link copied to clipboard
val
turnDirection
:
SignpostJunctionInfo.TurnDirection
turn
Type
Link copied to clipboard
val
turnType
:
SignpostJunctionInfo.TurnType
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)