Result class for SYSearchResultTypeCoordinate, SYSearchResultTypeAdminArea, SYSearchResultTypePostalCode and SYSearchResultTypeStreet. More...
#import <SYSearchResult.h>


Instance Methods | |
| (instancetype) | - initWithSdkResult: [implementation] |
Properties | |
| SYCountryIso * | iso |
| Country iso, e.g. "sk". More... | |
| NSDictionary< NSNumber *, NSString * > * | addressComponents |
| Address details. Key is NSNumber with SYSearchMapResultComponent. More... | |
Properties inherited from SYSearchGeocodingResult | |
| SYGeoCoordinate * | location |
| location of the result More... | |
| SYGeoBoundingBox * | boundary |
| 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... | |
| SYSearchResultLabel * | title |
| 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] |
Result class for SYSearchResultTypeCoordinate, SYSearchResultTypeAdminArea, SYSearchResultTypePostalCode and SYSearchResultTypeStreet.
|
implementation |
Implements SYSearchGeocodingResult.
Implemented in SYSearchHouseNumberResult, and SYSearchPlaceResult.
|
readwritenonatomicstrong |
Address details. Key is NSNumber with SYSearchMapResultComponent.
|
readwritenonatomicstrong |
Country iso, e.g. "sk".