Interface | Description |
---|---|
DistanceFunction |
Characterizes a function used to compute a distance between two geographical
points
|
TrackAnalysisSettings |
Default values for several parameters of the analysis algorithms.
|
Class | Description |
---|---|
Chunk |
A chunk contains all the derived information about two waypoints in a track:
Chunk.firstPoint and Chunk.lastPoint . |
TrackData |
This class holds all the information obtained from a complete
Track . |
Enum | Description |
---|---|
GPSDistanceFunction |
Basic implementation of a
DistanceFunction between two geographical points
using the Haversine formula. |