mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
[map] Save points altitudes when saving route as a track (#10759)
[map] Save points altitudes when saving route as a track Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
21cc2bbf52
commit
cc6958282b
@@ -94,9 +94,9 @@ public:
|
||||
bool GetRouteAltitudesAndDistancesM(std::vector<double> & routeSegDistanceM,
|
||||
geometry::Altitudes & routeAltitudesM) const;
|
||||
|
||||
/// \brief returns coordinates of route junctions.
|
||||
/// \brief returns points of route junctions.
|
||||
/// \returns true if there is valid route information. If the route is not valid returns false.
|
||||
bool GetRouteJunctionPoints(std::vector<m2::PointD> & routeJunctionPoints) const;
|
||||
bool GetRouteJunctionPoints(std::vector<geometry::PointWithAltitude> & routeJunctionPoints) const;
|
||||
|
||||
SessionState OnLocationPositionChanged(location::GpsInfo const & info);
|
||||
void GetRouteFollowingInfo(FollowingInfo & info) const;
|
||||
|
||||
Reference in New Issue
Block a user