SYOnlineMapSearch Class Reference

Performs search using online maps. More...

#import <SYSearch.h>

Inheritance diagram for SYOnlineMapSearch:
Collaboration diagram for SYOnlineMapSearch:

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__
 

Detailed Description

Performs search using online maps.

Method Documentation

◆ init

- (nonnull instancetype) init

Creates instance of SYOnlineMapSearch which can search map data and online custom places. But custom places only in SYCustomPlacesManager.defaultDatasetId.

◆ new

+ (nonnull instancetype) new

◆ initWithDatasetIds:

- (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.

Parameters
datasetIdsspecified Custom Places dataset IDs, if null, custom places will not be searched

The documentation for this class was generated from the following file: