toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.data.model.stats
/
Vehicle
Vehicle
data
class
Vehicle
(
var
name
:
String
?
=
null
,
var
icon
:
String
?
=
null
,
var
avgVelocity
:
Double
?
=
null
)
:
Parcelable
Members
Constructors
Vehicle
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
icon
:
String
?
=
null
,
avgVelocity
:
Double
?
=
null
)
Properties
avg
Velocity
Link copied to clipboard
var
avgVelocity
:
Double
?
icon
Link copied to clipboard
var
icon
:
String
?
name
Link copied to clipboard
var
name
:
String
?
Inherited 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
)