SYSearchAutocompleteResult Class Reference

Base class for all autocomplete results. More...

#import <SYSearchResult.h>

Inheritance diagram for SYSearchAutocompleteResult:
Collaboration diagram for SYSearchAutocompleteResult:

Instance Methods

(instancetype) - initWithSdkResult: [implementation]
 

Properties

NSString * locationId
 Data intended for geocoding location request, to get all details for the search result, including location. 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 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...
 

Additional Inherited Members

- Class Methods inherited from SYSearchResult
(SYSearchResultType) + sdkSearchResultTypeToSYSearchResultType: [implementation]
 

Detailed Description

Base class for all autocomplete results.

Method Documentation

◆ initWithSdkResult:()

- (instancetype) initWithSdkResult: (const sysearch_result_t)  result
implementation

Implements SYSearchResult.

Property Documentation

◆ categoryBoundary

- (SYGeoBoundingBox*) categoryBoundary
readwritenonatomicstrong

bounding box for result type SYSearchResultTypePlaceCategory

◆ categoryTags

- (NSArray<NSString*>*) categoryTags
readwritenonatomicstrong

Filled only for result type SYSearchResultTypePlace or SYSearchResultTypePlaceCategory See Place category SYPlaceCategory for values.

◆ locationId

- (NSString*) locationId
readwritenonatomicstrong

Data intended for geocoding location request, to get all details for the search result, including location.


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