SYTrafficEvent represents a real-world traffic event such as an accident or road work. Not all traffic events will have complete information available, and some information may not be available immediately. If a property returns nil, it should be checked again after some time.
More...
#import <SYTraffic.h>
SYTrafficEvent represents a real-world traffic event such as an accident or road work. Not all traffic events will have complete information available, and some information may not be available immediately. If a property returns nil, it should be checked again after some time.
◆ delay
◆ distance
Distance of the traffic event from the route start, in meters.
◆ affectedLength
- (SYDistance) affectedLength |
|
readnonatomicassign |
The affected length of the traffic event, in meters.
◆ uniqueId
◆ severity
- (SYTrafficSeverity) severity |
|
readnonatomicassign |
Indicates the severity of the traffic event, from "Normal" to "Blocking".
◆ affectedArea
Area bounding box of the event.
The documentation for this class was generated from the following file: