Skip to the content.

Back to Index

Definitions: Track

A track is represented by a TrackLog object, which consists of one or multiple TrackLogSegment objects.

The following terminology is used for TrackLog objects in this description (and in the app):

TrackLog Type Map visualisation Gain/Loss mode Dashboard & Height profile Statistic visualisation Description
RecordingTrackLog red line X red entry red entry track with currently ongoing recording action
MarkerTrackLog thin pink line - - - Track from marked points of corresponding RouteTrackLog; stored as waypoints in corresponding RouteTrackLog
RouteTrackLog purple line X (purple circle for marker points) purple entry purple entry calculated route based on MarkerTrackLog
SelectedTrackLog blue line X blue entry blue entry one specific TrackLog from the amount of AvailableTrackLogs
AvailableTrackLog green line - - green entry currently visible track logs
MetaTrackLog - - - gray entry all known track logs

Back to Index