DrivingBehaviourAnalysisOption constructor

DrivingBehaviourAnalysisOption(
  1. {@required int tag,
  2. @required int serviceId,
  3. @required String entityName,
  4. @required int startTime,
  5. @required int endTime,
  6. double speedingThreshold,
  7. DrivingBehaviorThresholdOption thresholdOption,
  8. QueryTrackProcessOption processOption,
  9. CoordType outputCoordType: CoordType.BD09LL}
)

有参构造

Implementation

DrivingBehaviourAnalysisOption(
    {@required int tag,
    @required int serviceId,
    @required this.entityName,
    @required this.startTime,
    @required this.endTime,
    this.speedingThreshold,
    this.thresholdOption,
    this.processOption,
    this.outputCoordType: CoordType.BD09LL})
    : super(tag: tag, serviceId: serviceId);