From 88ef30e704ef5643e22991085802a1c925a2d475 Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Tue, 25 Apr 2017 15:03:08 +0300 Subject: [PATCH] Review fixes. --- map/framework.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/map/framework.hpp b/map/framework.hpp index 99c2094b05..91d6371d89 100644 --- a/map/framework.hpp +++ b/map/framework.hpp @@ -564,8 +564,13 @@ public: bool GetCurrentPosition(double & lat, double & lon) const; + // Moves viewport to the search result and taps on it. void SelectSearchResult(search::Result const & res, bool animation); + + // Cancels all searches, stops location follow and then selects + // search result. void ShowSearchResult(search::Result const & res, bool animation = true); + size_t ShowSearchResults(search::Results const & results); void FillSearchResultsMarks(search::Results const & results);