SUPPORTED ACTIONS - locus:actionClick
"{track_record_start}"
"{track_record_stop}"
"{track_record_pause}"
"{map_zoom_in}"
"{map_zoom_out}"
"{map_center}"
SUPPORTED ACTIONS - locus:actionVisibility
"{lat_gps}", // GPS latitude (map center latitude if GPS off)
"{lon_gps}", // GPS longitude (map center longitude if GPS off)
"{altitude}", // GPS altitude (0 if GPS off)
"{accuracy}", // GPS accuracy (0 if GPS off)
"{gps_sats_used}", // actual used satellites for GPS fix
"{gps_sats_all}", // all visible satellites
"{declination}", // actual declination
"{orient_course}", // course orientation (source depend on selection on GPS screen - GPS or internal compass)
"{orient_course_opposit}", // course orientation (source depend on selection on GPS screen - GPS or internal compass)
"{orient_pitch}", // pitch orientation
"{orient_roll}", // roll orientation
"{orient_gps_shift}", // orientation computed as bearing from previous to current GPS location
"{orient_gps_angle}", // angle computed as {orient_gps_shift} - {orient_course}, so it's true moving direction.
"{time}", // actual time
"{speed}", // GPS speed (0 if GPS off)
"{rec_dist}", // track recording - recorded sitance
"{rec_dist_down}", // track recording - downhill distance
"{rec_dist_up}", // track recording - uphill distance
"{rec_alt_min}", // track recording - minimum altitude
"{rec_alt_max}", // track recording - maximum altitude
"{rec_alt_down}", // track recording - downhill altitude
"{rec_alt_up}", // track recording - uphill altitude
"{rec_alt_cumu}", // track recording - cumulated altitude
"{rec_time}", // track recording - total record time
"{rec_time_move}", // track recording - time only when move
"{rec_speed_avg}", // track recording - speed average
"{rec_speed_avg_move}", // track recording - speed average only when move
"{rec_speed_max}", // track recording - speed maximum
"{rec_points}", // track recording - num of recorded points
"{rec_pace}", // track recording - num of recorded points
"{map_center_lat}", // map center latitude
"{map_center_lon}", // map center longitude
"{map_rotate}", // map rotate value
"{guide_wpt_name}", // guide target waypoint name
"{guide_wpt_lat}", // guide target waypoint latitude
"{guide_wpt_lon}", // guide target waypoint longitude
"{guide_wpt_alt}", // guide target waypoint altitude
"{guide_wpt_dist}", // guide target distance to waypoint
"{guide_wpt_dist_to_finish}", // guide target distance to last waypoint of track
"{guide_wpt_azim}", // guide target azimuth to waypoint
"{guide_wpt_angle}", // guide target angle value (computed as {guide_wpt_azim} - {orient_course})
"{guide_wpt_time}", // guide target time to waypoint
"{guide_wpt_time_to_finish}" // guide target time to last waypoint of track