Review fixes.

This commit is contained in:
Yuri Gorshenin 2017-04-25 15:03:08 +03:00
parent 0bcffac08c
commit 88ef30e704

View file

@ -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);