Base class for all search results. More...
#import <SYSearchResult.h>


Instance Methods | |
| (instancetype) | - initWithSdkResult: [implementation] |
Class Methods | |
| (SYSearchResultType) | + sdkSearchResultTypeToSYSearchResultType: [implementation] |
Properties | |
| 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... | |
Base class for all search results.
|
implementation |
Implemented in SYSearchAutocompleteResult, SYSearchGeocodingResult, SYSearchHouseNumberResult, SYSearchMapResult, and SYSearchPlaceResult.
|
implementation |
|
readnonatomicassign |
Distance from requested search location in meters.
|
readwritenonatomicstrong |
All strings from search query which were not matched in the result.
|
readwritenonatomicstrong |
Additional text description.
|
readwritenonatomicstrong |
Text with highlights.
|
readnonatomicassign |
Object type of the result. Check the all available SYSearchResultType for more info.