SYIncidentLink Class Reference

Reference to Incident with basic informations. More...

#import <SYIncidentLink.h>

Inheritance diagram for SYIncidentLink:
Collaboration diagram for SYIncidentLink:

Instance Methods

(instancetype) - initWithSdkIncidentLink: [implementation]
 

Properties

NSString * provider
 Incident provider identification. More...
 
SYGeoCoordinatecoordinate
 Geographical location of the Incident. More...
 
NSString * type
 Incident type SYIncidentType. More...
 
BOOL premium
 If true, incident is from premium database. More...
 
std::shared_ptr< Sygic::Incidents::IIncidentLink > link [implementation]
 

Detailed Description

Reference to Incident with basic informations.

Method Documentation

◆ initWithSdkIncidentLink:()

- (instancetype) initWithSdkIncidentLink: (const std::shared_ptr< Sygic::Incidents::IIncidentLink > &)  link
implementation

Property Documentation

◆ coordinate

- (SYGeoCoordinate*) coordinate
readnonatomicassign

Geographical location of the Incident.

◆ link

- (shared_ptr<)Sygic:
readwritenonatomicassignimplementation

◆ premium

- (BOOL) premium
readnonatomicassign

If true, incident is from premium database.

◆ provider

- (NSString*) provider
readnonatomicassign

Incident provider identification.

◆ type

- (NSString*) type
readnonatomicassign

Incident type SYIncidentType.


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