Preparing search index...
The search index is not available
@ultrapacer/core
@ultrapacer/core
Types
CourseSplits
Type Alias CourseSplits
CourseSplits
:
{
kilometers
:
Types
.
CourseSegment
[]
;
miles
:
Types
.
CourseSegment
[]
;
segments
:
(
Types
.
CourseSegment
&
{
waypoint
:
Types
.
Waypoint
}
)
[]
;
calcSegments
(
breaks
:
SegmentBreak
[]
)
:
Types
.
CourseSegment
[]
;
}
Type declaration
kilometers
:
Types
.
CourseSegment
[]
miles
:
Types
.
CourseSegment
[]
segments
:
(
Types
.
CourseSegment
&
{
waypoint
:
Types
.
Waypoint
}
)
[]
calcSegments
:
function
calcSegments
(
breaks
:
SegmentBreak
[]
)
:
Types
.
CourseSegment
[]
Parameters
breaks
:
SegmentBreak
[]
Returns
Types
.
CourseSegment
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@ultrapacer/core
Loading...