SYSearchPlaceResult Class Reference

Result class for SYSearchResultTypePlace, SYSearchResultTypePlaceCategory. More...

#import <SYSearchResult.h>

Inheritance diagram for SYSearchPlaceResult:
Collaboration diagram for SYSearchPlaceResult:

Instance Methods

(instancetype) - initWithSdkResult: [implementation]
 

Properties

SYPlaceplace
 Reference to this place. More...
 
SYGeoCoordinateentrance
 Entrance point for place - could be diffenerent from Place location. More...
 
NSArray< NSString * > * categoryTags
 See Place category SYPlaceCategory for values. More...
 
- Properties inherited from SYSearchMapResult
SYCountryIso * iso
 Country iso, e.g. "sk". More...
 
NSDictionary< NSNumber *, NSString * > * addressComponents
 Address details. Key is NSNumber with SYSearchMapResultComponent. More...
 
- Properties inherited from SYSearchGeocodingResult
SYGeoCoordinatelocation
 location of the result More...
 
SYGeoBoundingBoxboundary
 bounding box for sometypes of results like Country etc. 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

Result class for SYSearchResultTypePlace, SYSearchResultTypePlaceCategory.

Method Documentation

◆ initWithSdkResult:()

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

Implements SYSearchMapResult.

Property Documentation

◆ categoryTags

- (NSArray<NSString*>*) categoryTags
readwritenonatomicstrong

See Place category SYPlaceCategory for values.

◆ entrance

- (SYGeoCoordinate*) entrance
readwritenonatomicstrong

Entrance point for place - could be diffenerent from Place location.

◆ place

- (SYPlace*) place
readwritenonatomicstrong

Reference to this place.


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