SYSearchGeocodingResult Class Reference

Base class for geocoding results. More...

#import <SYSearchResult.h>

Inheritance diagram for SYSearchGeocodingResult:
Collaboration diagram for SYSearchGeocodingResult:

Instance Methods

(instancetype) - initWithSdkResult: [implementation]
 

Properties

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

Base class for geocoding results.

Method Documentation

◆ initWithSdkResult:()

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

Property Documentation

◆ boundary

- (SYGeoBoundingBox*) boundary
readwritenonatomicstrong

bounding box for sometypes of results like Country etc.

◆ location

- (SYGeoCoordinate*) location
readwritenonatomicstrong

location of the result


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