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