@magiclane/maps-sdk
Preparing search index...
MotorVehicleProfile
Class MotorVehicleProfile
Hierarchy (
View Summary
)
MotorVehicleProfile
TruckProfile
CarProfile
Index
Constructors
constructor
Properties
fuel
mass
max
Speed
Methods
equals
to
Json
from
Json
Constructors
constructor
new
MotorVehicleProfile
(
__namedParameters
?:
{
fuel
?:
FuelType
;
mass
?:
number
;
maxSpeed
?:
number
;
}
,
)
:
MotorVehicleProfile
Parameters
__namedParameters
:
{
fuel
?:
FuelType
;
mass
?:
number
;
maxSpeed
?:
number
}
= {}
Returns
MotorVehicleProfile
Properties
fuel
fuel
:
FuelType
mass
mass
:
number
max
Speed
maxSpeed
:
number
Methods
equals
equals
(
other
:
MotorVehicleProfile
)
:
boolean
Parameters
other
:
MotorVehicleProfile
Returns
boolean
to
Json
toJson
()
:
any
Returns
any
Static
from
Json
fromJson
(
json
:
any
)
:
MotorVehicleProfile
Parameters
json
:
any
Returns
MotorVehicleProfile
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
fuel
mass
max
Speed
Methods
equals
to
Json
from
Json
@magiclane/maps-sdk
Loading...