BMFMapStatus constructor

BMFMapStatus(
  1. {double fLevel,
  2. double fRotation,
  3. double fOverlooking,
  4. BMFPoint targetScreenPt,
  5. BMFCoordinate targetGeoPt,
  6. BMFCoordinateBounds coordinateBounds}
)

BMFMapStatus构造方法

Implementation

BMFMapStatus(
    {this.fLevel,
    this.fRotation,
    this.fOverlooking,
    this.targetScreenPt,
    this.targetGeoPt,
    this.coordinateBounds});