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:
authorIlya Grechuhin <i.grechuhin@mapswithme.com>2015-09-14 17:52:41 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:05:35 +0300
commit231e5de63ce16b255fa39d99947210476e2f8aba (patch)
tree2784559d2ca4afcf652dfe84495d286efd9be6cb /map/framework.hpp
parent43e224110313befa5da64d96afa737e7c0c4c218 (diff)
[ios] Updated search to v2.0.
Diffstat (limited to 'map/framework.hpp')
-rw-r--r--map/framework.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/map/framework.hpp b/map/framework.hpp
index 4f6c3c61ec..0fd1caecf4 100644
--- a/map/framework.hpp
+++ b/map/framework.hpp
@@ -324,8 +324,6 @@ private:
search::SearchParams m_lastSearch;
uint8_t m_fixedSearchResults;
- void OnSearchResultsCallback(search::Results const & results);
- void OnSearchResultsCallbackUI(search::Results const & results);
void FillSearchResultsMarks(search::Results const & results);
public:
@@ -345,6 +343,7 @@ public:
void ShowSearchResult(search::Result const & res);
size_t ShowAllSearchResults();
+ void UpdateSearchResults(search::Results const & results);
void StartInteractiveSearch(search::SearchParams const & params) { m_lastSearch = params; }
bool IsISActive() const { return !m_lastSearch.m_query.empty(); }