BMFUserLocationDisplayParam constructor
- {double locationViewOffsetX,
- double locationViewOffsetY,
- BMFUserTrackingMode userTrackingMode: BMFUserTrackingMode.None,
- bool enableDirection: true,
- bool isAccuracyCircleShow: true,
- Color accuracyCircleFillColor,
- Color accuracyCircleStrokeColor,
- bool isRotateAngleValid: true,
- String locationViewImage,
- bool canShowCallOut: true,
- 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});