@magiclane/maps-sdk
Preparing search index...
ElectricBikeProfile
Class ElectricBikeProfile
Index
Constructors
constructor
Properties
aux
Consumption
Day
aux
Consumption
Night
bike
Mass
biker
Mass
ignore
Legal
Restrictions
type
Methods
equals
to
Json
from
Json
Constructors
constructor
new
ElectricBikeProfile
(
__namedParameters
?:
{
auxConsumptionDay
?:
number
;
auxConsumptionNight
?:
number
;
bikeMass
?:
number
;
bikerMass
?:
number
;
ignoreLegalRestrictions
?:
boolean
;
type
?:
ElectricBikeType
;
}
,
)
:
ElectricBikeProfile
Parameters
__namedParameters
:
{
auxConsumptionDay
?:
number
;
auxConsumptionNight
?:
number
;
bikeMass
?:
number
;
bikerMass
?:
number
;
ignoreLegalRestrictions
?:
boolean
;
type
?:
ElectricBikeType
;
}
= {}
Returns
ElectricBikeProfile
Properties
aux
Consumption
Day
auxConsumptionDay
:
number
aux
Consumption
Night
auxConsumptionNight
:
number
bike
Mass
bikeMass
:
number
biker
Mass
bikerMass
:
number
ignore
Legal
Restrictions
ignoreLegalRestrictions
:
boolean
type
type
:
ElectricBikeType
Methods
equals
equals
(
other
:
ElectricBikeProfile
)
:
boolean
Parameters
other
:
ElectricBikeProfile
Returns
boolean
to
Json
toJson
()
:
any
Returns
any
Static
from
Json
fromJson
(
json
:
any
)
:
ElectricBikeProfile
Parameters
json
:
any
Returns
ElectricBikeProfile
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
aux
Consumption
Day
aux
Consumption
Night
bike
Mass
biker
Mass
ignore
Legal
Restrictions
type
Methods
equals
to
Json
from
Json
@magiclane/maps-sdk
Loading...