Represents custom search history data. More...
#import <SYSearchCustomDataSource.h>


Instance Methods | |
| (nonnull instancetype) | - initWithPosition:title:subtitle: |
Properties | |
| NSString * | title |
| Title. More... | |
| NSString * | subtitle |
| Subtitle. More... | |
| SYGeoCoordinate * | position |
| Geoposition. More... | |
| NSObject * | payload |
| Custom application data. More... | |
Represents custom search history data.
| - (nonnull instancetype) initWithPosition: | (nonnull SYGeoCoordinate *) | position | |
| title: | (nonnull NSString *) | title | |
| subtitle: | (nullable NSString *) | subtitle | |
|
readwritenonatomicstrong |
Custom application data.
|
readwritenonatomicstrong |
Geoposition.
|
readwritenonatomicstrong |
Subtitle.
|
readwritenonatomicstrong |
Title.