BMFMapStatus constructor Null safety
- {double? fLevel,
- double? fRotation,
- double? fOverlooking,
- dynamic targetScreenPt,
- dynamic targetGeoPt,
- dynamic coordinateBounds}
BMFMapStatus构造方法
Implementation
BMFMapStatus({
this.fLevel,
this.fRotation,
this.fOverlooking,
this.targetScreenPt,
this.targetGeoPt,
this.coordinateBounds,
});