BMFUserLocationDisplayParam constructor Null safety

BMFUserLocationDisplayParam(
  1. {double? locationViewOffsetX,
  2. double? locationViewOffsetY,
  3. BMFUserTrackingMode? userTrackingMode = BMFUserTrackingMode.None,
  4. bool? enableDirection = true,
  5. bool? isAccuracyCircleShow = true,
  6. Color? accuracyCircleFillColor,
  7. Color? accuracyCircleStrokeColor,
  8. bool? isRotateAngleValid = true,
  9. String? locationViewImage,
  10. bool? canShowCallOut = true,
  11. BMFLocationViewHierarchy? locationViewHierarchy}
)

有参构造

Implementation

BMFUserLocationDisplayParam({
  this.locationViewOffsetX,
  this.locationViewOffsetY,
  this.userTrackingMode = BMFUserTrackingMode.None,
  this.enableDirection = true,
  this.isAccuracyCircleShow = true,
  this.accuracyCircleFillColor,
  this.accuracyCircleStrokeColor,
  this.isRotateAngleValid = true,
  this.locationViewImage,
  this.canShowCallOut = true,
  this.locationViewHierarchy,
});