toggle menu
sdk
androidJvm
switch theme
search in API
sdk
/
com.sygic.sdk.navigation.traffic
/
TrafficInfo
Traffic
Info
data
class
TrafficInfo
:
Parcelable
Class contains information about traffic on the route. It determines type of incident, delay, etc...
Members
Types
Traffic
Severity
Link copied to clipboard
enum
TrafficSeverity
:
Enum
<
TrafficInfo.TrafficSeverity
>
Properties
affected
Area
Link copied to clipboard
val
affectedArea
:
GeoBoundingBox
affected
Length
Link copied to clipboard
val
affectedLength
:
Int
delay
Link copied to clipboard
val
delay
:
Long
distance
Link copied to clipboard
val
distance
:
Int
id
Link copied to clipboard
val
id
:
Int
severity
Link copied to clipboard
val
severity
:
TrafficInfo.TrafficSeverity
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
)