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