This PR adds the support for speed information either read directly from <speed> elements of the gpx file or computed from successive positions. Following the current API naming convention, the speed information along the track can be accessed via get_speed_data or get_speed_data_imp and the maximum speed via get_speed_max or get_speed_max_imp.
This PR adds the support for speed information either read directly from
<speed>
elements of thegpx
file or computed from successive positions. Following the current API naming convention, the speed information along the track can be accessed viaget_speed_data
orget_speed_data_imp
and the maximum speed viaget_speed_max
orget_speed_max_imp
.