SYSearchAutocompleteFlatDataResult Class Reference

Represents search result found by SYFlatDataSearch, result of type SYSearchResultTypeCustomData. More...

#import <SYSearchResult.h>

Inheritance diagram for SYSearchAutocompleteFlatDataResult:
Collaboration diagram for SYSearchAutocompleteFlatDataResult:

Properties

NSObject * payload
 Payload object specified in SYSearchFlatDataItem represented by this search result. More...
 
- Properties inherited from SYSearchAutocompleteResult
NSString * locationId
 Data intended for geocoding location request, to get all details for the search result, including location. Nil for SYSearchResultTypePlaceCategory. Valid value for all other result types. More...
 
NSArray< NSString * > * categoryTags
 Filled only for result type SYSearchResultTypePlace or SYSearchResultTypePlaceCategory See Place category SYPlaceCategory for values. More...
 
SYGeoBoundingBoxcategoryBoundary
 bounding box for result type SYSearchResultTypePlaceCategory. Filled only if the search request contains a reference to some area (e.g. city), for example "parking bratislava" More...
 
- Properties inherited from SYSearchResult
SYSearchResultType type
 Object type of the result. Check the all available SYSearchResultType for more info. More...
 
SYDistance distance
 Distance from requested search location in meters. More...
 
SYSearchResultLabeltitle
 Text with highlights. More...
 
NSString * subtitle
 Additional text description. More...
 
NSArray< NSString * > * mismatchedWords
 All strings from search query which were not matched in the result. More...
 

Detailed Description

Represents search result found by SYFlatDataSearch, result of type SYSearchResultTypeCustomData.

Payload object specified in SYSearchFlatDataItem represented by this search result.

Result class for SYSearchResultTypeCustomData. Returned by SYFlatDataSearch for autocomplete search.

Property Documentation

◆ payload

- (NSObject*) payload
readwritenonatomicstrong

Payload object specified in SYSearchFlatDataItem represented by this search result.


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