BMFUserLocationDisplayParam constructor
- {double? locationViewOffsetX,
- double? locationViewOffsetY,
- BMFUserTrackingMode? userTrackingMode = BMFUserTrackingMode.None,
- bool? enableDirection = true,
- bool? isAccuracyCircleShow = true,
- Color? accuracyCircleFillColor,
- Color? accuracyCircleStrokeColor,
- double? accuracyCircleBorderWidth = 1.6,
- bool? isRotateAngleValid = true,
- String? locationViewImage,
- bool? canShowCallOut = true,
- BMFLocationViewHierarchy? locationViewHierarchy,
- String? locationViewImageNew,
- String? locationViewGifImageFilePath,
- double? locationViewImageSizeScale = 1,
- bool? breatheEffectOpenForWholeStyle = false,
- String? locationViewCenterImage,
- String? locationViewCenterGifImageFilePath,
- double? locationViewCenterImageSizeScale = 1,
- String? locationViewAroundArrowsImage,
- double? locationViewAroundArrowsImageSizeScale = 1,
- bool? breatheEffectOpenForArrowsStyle = true,
- 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,
});