The Search class creates SYSearchSession instances and manages custom user data to search in. More...
#import <SYSearch.h>


Instance Methods | |
| (nonnull SYSearchSession *) | - startSessionWithType: |
| Creates a new search session of the requested type. Offline session works with already downloaded maps + search in customDataSources. Online session works with the remote server + search in customDataSources. More... | |
Properties | |
| SYSearchCustomDataSource * | customDataSources |
| The additional data providers for search. All search sessions created by a SYSearch instance will also search in the data added to customDataSources. More... | |
The Search class creates SYSearchSession instances and manages custom user data to search in.
| - (nonnull SYSearchSession*) startSessionWithType: | (startSession(_:)) | NS_SWIFT_NAME |
Creates a new search session of the requested type. Offline session works with already downloaded maps + search in customDataSources. Online session works with the remote server + search in customDataSources.
|
readnonatomicassign |
The additional data providers for search. All search sessions created by a SYSearch instance will also search in the data added to customDataSources.