Map Doc  1.0
iOS-引擎SDK-开放平台
MBBadDrivingDetectorResult类 参考

#import <MBBadDrivingDetector.h>

类 MBBadDrivingDetectorResult 继承关系图:
MBObject

属性

NSInteger countOfQuickAcceleration
 
NSInteger countOfHardBraking
 
NSInteger countOfIdleSpeed
 
NSInteger tripSpeed
 
float tripTopSpeed
 
float tripLength
 
float tripTime
 

额外继承的成员函数

- 构造函数 继承自 MBObject
(instancetype) - initWithHandle:
 
(void *) - getHandle
 

详细描述

违规驾驶结果

属性说明

◆ countOfHardBraking

- (NSInteger) countOfHardBraking
readwritenonatomicassign

急减次数

◆ countOfIdleSpeed

- (NSInteger) countOfIdleSpeed
readwritenonatomicassign

怠速次数

◆ countOfQuickAcceleration

- (NSInteger) countOfQuickAcceleration
readwritenonatomicassign

急加速次数

◆ tripLength

- (float) tripLength
readwritenonatomicassign

行程长度,米

◆ tripSpeed

- (NSInteger) tripSpeed
readwritenonatomicassign

行程平均速度,米/秒

◆ tripTime

- (float) tripTime
readwritenonatomicassign

行程时间,秒

◆ tripTopSpeed

- (float) tripTopSpeed
readwritenonatomicassign

行程最高速度,米/秒


该类的文档由以下文件生成: