Represents custom poi 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 poi data.
- (nonnull instancetype) initWithPosition: | (nonnull SYGeoCoordinate *) | position | |
title: | (nonnull NSString *) | title | |
subtitle: | (nullable NSString *) | subtitle | |
|
readwritenonatomicstrong |
Title.
|
readwritenonatomicstrong |
Subtitle.
|
readwritenonatomicstrong |
Geoposition.
|
readwritenonatomicstrong |
Custom application data.