1.0.11 • Published 3 years ago

tcx-file v1.0.11

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

tcx-file


A library to get info from a tcx file.

Constructor

javascript constructor(file?: string)
where the file is the full path of tcx file

Properties

activities:Activity[] the activities in the file

count:number

the number of activities

id:string

the unique name of the file. Usually the datetime of the start!

sport:string

the type of activity

path: IPosition[] | undefined

Array with all the points of the path

pathForGoogleMaps:

Array with all the points in format that google maps API understands

laps:Lap[]

Array with all Lap objects

timeInSeconds:number|undefined

The duration of activity

pace:Pace

A pace object to the activity's pace

calories:number

the calories of activity

summary:ISummary

the summary of the file

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago