BMFUserlocationDisplayParam constructor
    
      
      BMFUserlocationDisplayParam(- {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});