Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2013-10-29 17:46:47 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:04:18 +0300
commit36824a459cf539d024a5c0bd07e2e7257b986ffd (patch)
tree1f4289eadd3343a5d24c52712380bfb353d89c9d /map/track.hpp
parented59cfa77b60fc1e19f9a4709fc38d406a91172c (diff)
[tracks] Track::GetLengthMeters.
Diffstat (limited to 'map/track.hpp')
-rw-r--r--map/track.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/track.hpp b/map/track.hpp
index 85eb587b0e..d9669fcd63 100644
--- a/map/track.hpp
+++ b/map/track.hpp
@@ -68,7 +68,7 @@ public:
m2::RectD const & GetLimitRect() const { return m_rect; }
//@}
- double GetLength() const { return m_polyline.GetLength(); }
+ double GetLengthMeters() const;
double GetShortestSquareDistance(m2::PointD const & point) const;
void Swap(Track & rhs);