Incident which is moving and contains history of recent locations. More...
#import <SYIncident.h>


Instance Methods | |
| (nonnull instancetype) | - initWithId:location:category:validTo:trace: |
Instance Methods inherited from SYIncident | |
| (nonnull instancetype) | - initWithId:location:category:validTo: |
| ((unavailable("Use init with parameters.") | - __attribute__ |
Properties | |
| SYGeoPolyline * | trace |
| Recent locations of the incident (history of movement). More... | |
Properties inherited from SYIncident | |
| SYIncidentId * | id |
| Identifier of the incident. More... | |
| SYGeoCoordinate * | location |
| Geographicatl position of the incident. More... | |
| NSString * | category |
| Incident category. Typically it's one of SYIncidentType constants, but not limited to them. More... | |
| NSDate * | validTo |
| Time until which the incident is considered valid (because incidents are often temporary by their nature). More... | |
Additional Inherited Members | |
Class Methods inherited from SYIncident | |
| ((unavailable("Use init with parameters.") | + __attribute__ |
Incident which is moving and contains history of recent locations.
| - (nonnull instancetype) initWithId: | (nonnull SYIncidentId *) | id | |
| location: | (nonnull SYGeoCoordinate *) | location | |
| category: | (nonnull NSString *) | category | |
| validTo: | (nonnull NSDate *) | validTo | |
| trace: | (nonnull SYGeoPolyline *) | trace | |
|
readwritenonatomicstrong |
Recent locations of the incident (history of movement).