Performs search using online maps. More...
#import <SYSearch.h>


Instance Methods | |
| (nonnull instancetype) | - init |
| Creates instance of SYOnlineMapSearch which can search map data and online custom places. But custom places only in SYCustomPlacesManager.defaultDatasetId. More... | |
| (nonnull instancetype) | - initWithDatasetIds: |
| Creates instance of SYOnlineMapSearch which can search map data and online custom places. But custom places only in specified dataset IDs. More... | |
Instance Methods inherited from SYSearchBase | |
| ((unavailable("Only subclasses can be instantiated.") | - __attribute__ |
| (nonnull SYSearchSession *) | - startNewSession |
| Creates a new search session associated with this search instance. More... | |
Class Methods | |
| (nonnull instancetype) | + new |
Class Methods inherited from SYSearchBase | |
| ((unavailable("Only subclasses can be instantiated.") | + __attribute__ |
Performs search using online maps.
| - (nonnull instancetype) init |
Creates instance of SYOnlineMapSearch which can search map data and online custom places. But custom places only in SYCustomPlacesManager.defaultDatasetId.
| + (nonnull instancetype) new |
| - (nonnull instancetype) initWithDatasetIds: | (nullable NSArray< NSString * > *) | datasetIds |
Creates instance of SYOnlineMapSearch which can search map data and online custom places. But custom places only in specified dataset IDs.
| datasetIds | specified Custom Places dataset IDs, if null, custom places will not be searched |