BMFUserLocationDisplayParam constructor

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. double? accuracyCircleBorderWidth = 1.6,
  9. bool? isRotateAngleValid = true,
  10. String? locationViewImage,
  11. bool? canShowCallOut = true,
  12. BMFLocationViewHierarchy? locationViewHierarchy,
  13. String? locationViewImageNew,
  14. String? locationViewGifImageFilePath,
  15. double? locationViewImageSizeScale = 1,
  16. bool? breatheEffectOpenForWholeStyle = false,
  17. String? locationViewCenterImage,
  18. String? locationViewCenterGifImageFilePath,
  19. double? locationViewCenterImageSizeScale = 1,
  20. String? locationViewAroundArrowsImage,
  21. double? locationViewAroundArrowsImageSizeScale = 1,
  22. bool? breatheEffectOpenForArrowsStyle = true,
  23. bool? isLocationArrowStyleCustom = false}
)

有参构造

Implementation

BMFUserLocationDisplayParam({
  this.locationViewOffsetX,
  this.locationViewOffsetY,
  this.userTrackingMode = BMFUserTrackingMode.None,
  this.enableDirection = true,
  this.isAccuracyCircleShow = true,
  this.accuracyCircleFillColor,
  this.accuracyCircleStrokeColor,
  this.accuracyCircleBorderWidth = 1.6,
  this.isRotateAngleValid = true,
  this.locationViewImage,
  this.canShowCallOut = true,
  this.locationViewHierarchy,
  this.locationViewImageNew,
  this.locationViewGifImageFilePath,
  this.locationViewImageSizeScale = 1,
  this.breatheEffectOpenForWholeStyle = false,
  this.locationViewCenterImage,
  this.locationViewCenterGifImageFilePath,
  this.locationViewCenterImageSizeScale = 1,
  this.locationViewAroundArrowsImage,
  this.locationViewAroundArrowsImageSizeScale = 1,
  this.breatheEffectOpenForArrowsStyle = true,
  this.isLocationArrowStyleCustom = false,
});