WDWWarning Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | WDWWarning.h |
Overview
This class represents all necessary details of the received and evaluated WDW event.
See HMI Guidelines section in WDW-SDK documentation to find how to display a warning to the user.
eventType
The WDWEventType of the event.
@property (nonatomic, readonly) WDWEventType eventTypeDeclared In
WDWWarning.h
distance
Distance in meters from user’s current location to the place where the WDW event occured
@property (nonatomic, readonly) CLLocationDistance distanceDeclared In
WDWWarning.h