mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
[ios] refactor search - use SearchQuery class instead of text+locale+isCategory
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
09171651ff
commit
96c24cf973
@@ -5,6 +5,7 @@
|
||||
@class MapViewController;
|
||||
@class BottomTabBarViewController;
|
||||
@class TrackRecordingViewController;
|
||||
@class SearchQuery;
|
||||
|
||||
@protocol MWMFeatureHolder;
|
||||
|
||||
@@ -45,8 +46,8 @@
|
||||
#pragma mark - MWMSearchManager
|
||||
|
||||
- (void)actionDownloadMaps:(MWMMapDownloaderMode)mode;
|
||||
- (BOOL)searchText:(NSString *)text forInputLocale:(NSString *)locale;
|
||||
- (void)searchTextOnMap:(NSString *)text forInputLocale:(NSString *)locale;
|
||||
- (BOOL)search:(SearchQuery *)query;
|
||||
- (void)searchOnMap:(SearchQuery *)query;
|
||||
|
||||
#pragma mark - MWMFeatureHolder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user