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 <deathbaba@gmail.com>2013-01-14 17:33:22 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:48:41 +0300
commit755f9c5f089620e29ea55da1041a327d391157e0 (patch)
tree7df3a789d8f74cacbe1fb2c431627db15dc905b2 /map/geourl_process.hpp
parent82eb0eef4a5a5550890881a611b9722abfa199c7 (diff)
Added public method to better process geo:// url scheme
Diffstat (limited to 'map/geourl_process.hpp')
-rw-r--r--map/geourl_process.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/map/geourl_process.hpp b/map/geourl_process.hpp
index 571ff54c41..43bf271b27 100644
--- a/map/geourl_process.hpp
+++ b/map/geourl_process.hpp
@@ -26,6 +26,8 @@ namespace url_scheme
}
m2::RectD GetViewport() const;
+ // @return lat and lon in Mercator projection
+ m2::PointD GetMercatorPoint() const;
};
void ParseGeoURL(string const & s, Info & info);