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:
authorKeith Wansbrough <keithw@lochan.org>2015-10-21 23:58:30 +0300
committerKeith Wansbrough <keithw@lochan.org>2015-11-06 12:24:41 +0300
commit7b6e7d3f36011d4cfe3f9e222b2eaf9f77d5dd94 (patch)
treec81571e0095e869ac06cfc600b90e7e218e6dc8f /map/mwm_url.hpp
parentf9f5807b5edcbb498a8e9b4810c4548f00e90a2d (diff)
Parse URL s= parameter as style.
Diffstat (limited to 'map/mwm_url.hpp')
-rw-r--r--map/mwm_url.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/mwm_url.hpp b/map/mwm_url.hpp
index a15b43ca23..a0e71ee9dd 100644
--- a/map/mwm_url.hpp
+++ b/map/mwm_url.hpp
@@ -17,6 +17,7 @@ struct ApiPoint
double m_lon;
string m_name;
string m_id;
+ string m_style;
};
class Uri;