sdk
sdk
/
com.sygic.sdk.vehicletraits.dimensional
/
Trailer
Trailer
data
class
Trailer
(
var
length
:
Int
,
var
isCamper
:
Boolean
,
var
axles
:
List
<
Axle
>
)
:
Parcelable
Constructors
Functions
Properties
Constructors
Trailer
Link copied to clipboard
fun
Trailer
(
length
:
Int
,
isCamper
:
Boolean
,
axles
:
List
<
Axle
>
)
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
axles
Link copied to clipboard
var
axles
:
List
<
Axle
>
list of
Axle
objects
is
Camper
Link copied to clipboard
var
isCamper
:
Boolean
attribute if trailer is of a camper type
length
Link copied to clipboard
var
length
:
Int
trailer length in millimeters