SYIncidentInfo Class Reference

Warning about incidents on the route. More...

#import <SYNavigationIncidentInfo.h>

Inheritance diagram for SYIncidentInfo:
Collaboration diagram for SYIncidentInfo:

Instance Methods

(instancetype) - initWithIncidentInfo:
 
- Instance Methods inherited from SYRouteEventNotification
(instancetype) - initWithPosition:distance:
 

Properties

SYIncidentLinkincidentInfo
 Information about the Incident on the route. More...
 
NSString * type
 Incident type. Check the SYIncidentInfoType string for more information. More...
 
NSInteger id
 
- Properties inherited from SYRouteEventNotification
SYDistance distance
 Distance to warning from current on route position. More...
 
SYGeoCoordinateposition
 Warning crossing position. More...
 

Detailed Description

Warning about incidents on the route.

Method Documentation

◆ initWithIncidentInfo:()

- (instancetype) initWithIncidentInfo: (const Sygic::Navigation::IncidentInfo &)  info

Provided by category SYIncidentInfo(SDK).

Property Documentation

◆ id

- (NSInteger) id
readnonatomicassign

◆ incidentInfo

- (SYIncidentLink*) incidentInfo
readnonatomicassign

Information about the Incident on the route.

◆ type

- (NSString*) type
readnonatomicassign

Incident type. Check the SYIncidentInfoType string for more information.


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