SYPlaceLink Class Reference

Reference to Place with basic informations. More...

#import <SYPlaceLink.h>

Inheritance diagram for SYPlaceLink:
Collaboration diagram for SYPlaceLink:

Instance Methods

(instancetype) - initWithSdkPlaceLink: [implementation]
 

Properties

NSString * provider
 Place provider identification. More...
 
NSString * name
 Place name. For example: Sydney opera house, Statue of Liberty. More...
 
SYGeoCoordinatecoordinate
 Geographical location of the Place. More...
 
NSString * category
 Place category SYPlaceCategory. More...
 
std::shared_ptr< Sygic::Places::IPlaceLink > link [implementation]
 
NSString * group [implementation]
 

Detailed Description

Reference to Place with basic informations.

Method Documentation

◆ initWithSdkPlaceLink:()

- (instancetype) initWithSdkPlaceLink: (const std::shared_ptr< Sygic::Places::IPlaceLink > &)  link
implementation

Property Documentation

◆ category

- (NSString*) category
readnonatomicassign

Place category SYPlaceCategory.

◆ coordinate

- (SYGeoCoordinate*) coordinate
readnonatomicassign

Geographical location of the Place.

◆ group

- (NSString*) group
readwritenonatomicstrongimplementation

◆ link

- (shared_ptr<)Sygic:
readwritenonatomicassignimplementation

◆ name

- (NSString*) name
readnonatomicassign

Place name. For example: Sydney opera house, Statue of Liberty.

◆ provider

- (NSString*) provider
readnonatomicassign

Place provider identification.


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