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-08-20 19:10:07 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:00:00 +0300
commit2f6acb337e04317904c71f7ab5fbdd9edf713184 (patch)
tree1b220180a54496132c41d1d6514a2270eb445b7b /map/geourl_process.hpp
parent5da20aaa42706ac072400e38c6c13fb757af454a (diff)
Fix scale and balloon position for exported/imported ge0 URLs.
Diffstat (limited to 'map/geourl_process.hpp')
-rw-r--r--map/geourl_process.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/map/geourl_process.hpp b/map/geourl_process.hpp
index 7a728eff58..8db306281a 100644
--- a/map/geourl_process.hpp
+++ b/map/geourl_process.hpp
@@ -18,10 +18,6 @@ namespace url_scheme
{
Reset();
}
-
- m2::RectD GetViewport() const;
- /// @return lat and lon in Mercator projection
- m2::PointD GetMercatorPoint() const;
};
void ParseGeoURL(string const & s, Info & info);