ZendriveTripWarning
@interface ZendriveTripWarning : NSObjectRepresents a single warning that might have occurred during your trip.
A collection of these warnings are provided using the -[ZendriveDelegateProtocol processAnalysisOfDrive:] callback.
- 
                  
                  The type of the trip warning. DeclarationObjective-C @property (assign, readwrite, nonatomic) ZendriveTripWarningType tripWarningType;
- 
                  
                  Initializer for creating a ZendriveTripWarning.DeclarationObjective-C - (instancetype)initWithWarning:(ZendriveTripWarningType)tripWarningType;ParameterstripWarningTypeType of warning detected for the current drive. 
 ZendriveTripWarning Class Reference
        ZendriveTripWarning Class Reference