sdk
sdk
/
com.sygic.sdk.navigation
/
StreetDetail
Street
Detail
data
class
StreetDetail
:
Parcelable
Class containing information about next junction.
Types
Functions
Properties
Types
Junction
Type
Link copied to clipboard
enum
JunctionType
:
Enum
<
StreetDetail.JunctionType
>
,
Parcelable
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
)
Properties
distance
To
Next
Junction
Link copied to clipboard
val
distanceToNextJunction
:
Int
next
Junction
Type
Link copied to clipboard
val
nextJunctionType
:
Set
<
StreetDetail.JunctionType
>