@magiclane/maps-sdk
Preparing search index...
ClimbSection
Class ClimbSection
Climb section
Index
Constructors
constructor
Properties
end
Distance
M
grade
slope
start
Distance
M
Methods
equals
hash
Code
to
Json
from
Json
Constructors
constructor
new
ClimbSection
(
options
:
{
endDistanceM
:
number
;
grade
:
Grade
;
slope
:
number
;
startDistanceM
:
number
;
}
,
)
:
ClimbSection
Parameters
options
:
{
endDistanceM
:
number
;
grade
:
Grade
;
slope
:
number
;
startDistanceM
:
number
}
Returns
ClimbSection
Properties
end
Distance
M
endDistanceM
:
number
grade
grade
:
Grade
slope
slope
:
number
start
Distance
M
startDistanceM
:
number
Methods
equals
equals
(
other
:
ClimbSection
)
:
boolean
Parameters
other
:
ClimbSection
Returns
boolean
hash
Code
hashCode
()
:
number
Returns
number
to
Json
toJson
()
:
any
Returns
any
Static
from
Json
fromJson
(
json
:
any
)
:
ClimbSection
Parameters
json
:
any
Returns
ClimbSection
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
end
Distance
M
grade
slope
start
Distance
M
Methods
equals
hash
Code
to
Json
from
Json
@magiclane/maps-sdk
Loading...
Climb section