SYSearch Class Reference

The Search class creates SYSearchSession instances and manages custom user data to search in. More...

#import <SYSearch.h>

Inheritance diagram for SYSearch:
Collaboration diagram for SYSearch:

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

SYSearchCustomDataSourcecustomDataSources
 The additional data providers for search. All search sessions created by a SYSearch instance will also search in the data added to customDataSources. More...
 

Detailed Description

The Search class creates SYSearchSession instances and manages custom user data to search in.

Method Documentation

◆ startSessionWithType:

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

Property Documentation

◆ customDataSources

- (SYSearchCustomDataSource*) 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.


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