forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
0bcffac08c
commit
88ef30e704
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue