sdk
sdk
/
com.sygic.sdk.route
/
RouteWarning
Route
Warning
data
class
RouteWarning
(
val
warningType
:
RouteWarning.WarningType
,
val
geoCoordinates
:
GeoCoordinates
)
:
Parcelable
Types
Constructors
Functions
Properties
Constructors
Route
Warning
Link copied to clipboard
fun
RouteWarning
(
warningType
:
RouteWarning.WarningType
,
geoCoordinates
:
GeoCoordinates
)
Types
Warning
Type
Link copied to clipboard
enum
WarningType
:
Enum
<
RouteWarning.WarningType
>
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
geo
Coordinates
Link copied to clipboard
val
geoCoordinates
:
GeoCoordinates
location where warning occurred
warning
Type
Link copied to clipboard
val
warningType
:
RouteWarning.WarningType
Type of warning
WarningType