SYSearchCustomPlace Class Reference

Represents custom poi data. More...

#import <SYSearchCustomDataSource.h>

Inheritance diagram for SYSearchCustomPlace:
Collaboration diagram for SYSearchCustomPlace:

Instance Methods

(nonnull instancetype) - initWithPosition:title:subtitle:
 

Properties

NSString * title
 Title. More...
 
NSString * subtitle
 Subtitle. More...
 
SYGeoCoordinateposition
 Geoposition. More...
 
NSObject * payload
 Custom application data. More...
 

Detailed Description

Represents custom poi data.

Method Documentation

◆ initWithPosition:title:subtitle:()

- (nonnull instancetype) initWithPosition: (nonnull SYGeoCoordinate *)  position
title: (nonnull NSString *)  title
subtitle: (nullable NSString *)  subtitle 

Property Documentation

◆ payload

- (NSObject*) payload
readwritenonatomicstrong

Custom application data.

◆ position

- (SYGeoCoordinate*) position
readwritenonatomicstrong

Geoposition.

◆ subtitle

- (NSString*) subtitle
readwritenonatomicstrong

Subtitle.

◆ title

- (NSString*) title
readwritenonatomicstrong

Title.


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