Preparing search index...
The search index is not available
fastgeotoolkit JavaScript API - v0.2.3
fastgeotoolkit JavaScript API
TrackStatistics
Interface TrackStatistics
Track statistics including distance and bounding box
interface
TrackStatistics
{
distance_km
:
number
;
point_count
:
number
;
bounding_box
:
[
number
,
number
,
number
,
number
]
;
elevation_gain
?:
number
;
average_speed
?:
number
;
}
Index
Properties
distance_
km
point_
count
bounding_
box
elevation_
gain?
average_
speed?
Properties
distance_
km
distance_
km
:
number
point_
count
point_
count
:
number
bounding_
box
bounding_
box
:
[
number
,
number
,
number
,
number
]
Optional
elevation_
gain
elevation_
gain
?:
number
Optional
average_
speed
average_
speed
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
distance_
km
point_
count
bounding_
box
elevation_
gain
average_
speed
fastgeotoolkit JavaScript API - v0.2.3
Loading...
Track statistics including distance and bounding box