mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
[android] Expected "Show on map" search button behaviour.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
bbb28107b8
commit
1151f0fb75
@@ -489,7 +489,7 @@ public:
|
||||
// search result.
|
||||
void ShowSearchResult(search::Result const & res, bool animation = true);
|
||||
|
||||
size_t ShowSearchResults(search::Results const & results);
|
||||
void UpdateViewport(search::Results const & results);
|
||||
|
||||
void FillSearchResultsMarks(bool clear, search::Results const & results);
|
||||
void FillSearchResultsMarks(SearchResultsIterT beg, SearchResultsIterT end, bool clear);
|
||||
@@ -612,7 +612,7 @@ private:
|
||||
|
||||
/// This function can be used for enabling some experimental features for routing.
|
||||
bool ParseRoutingDebugCommand(search::SearchParams const & params);
|
||||
|
||||
|
||||
bool ParseAllTypesDebugCommand(search::SearchParams const & params);
|
||||
|
||||
void FillFeatureInfo(FeatureID const & fid, place_page::Info & info) const;
|
||||
|
||||
Reference in New Issue
Block a user