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>2014-08-08 18:59:06 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:24:10 +0300
commiteaa5f81e25ebee6d132f1144db4be6591f75e075 (patch)
treefb520c0cc4233e3adbba1f6eb7b6db5c067494e3 /map/geourl_process.hpp
parent789d6fbf2b2ea9fd6365c3650b706e7103ec4646 (diff)
Refactored geo url parsing.
Diffstat (limited to 'map/geourl_process.hpp')
-rw-r--r--map/geourl_process.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/map/geourl_process.hpp b/map/geourl_process.hpp
index 8db306281a..28779a4ba5 100644
--- a/map/geourl_process.hpp
+++ b/map/geourl_process.hpp
@@ -18,6 +18,10 @@ namespace url_scheme
{
Reset();
}
+
+ void SetZoom(double x);
+ bool SetLat(double x);
+ bool SetLon(double x);
};
void ParseGeoURL(string const & s, Info & info);