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:
authorAlex Zolotarev <alex@mapswithme.com>2013-06-25 17:37:24 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:56:57 +0300
commit8a9eacc353413332e150b93ae879d95232c171fe (patch)
tree449a8aded2bc70ac0eb3d3ea6aee47c44d090e8f /map/mwm_url.cpp
parent668536cd740838c3057803bd7ccde4d69e9d979e (diff)
[api] Renamed functions
Diffstat (limited to 'map/mwm_url.cpp')
-rw-r--r--map/mwm_url.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/mwm_url.cpp b/map/mwm_url.cpp
index a50391e8c0..5bc66520a3 100644
--- a/map/mwm_url.cpp
+++ b/map/mwm_url.cpp
@@ -139,7 +139,7 @@ void ParsedMapApi::Reset()
m_zoomLevel = 0.0;
}
-m2::RectD ParsedMapApi::GetRect() const
+m2::RectD ParsedMapApi::GetLatLonRect() const
{
// Use zoom only for one point and ignore it for several points
if (m_zoomLevel >= 1.0 && m_points.size() == 1)