CameraOptions constructor

CameraOptions({
  1. Point? center,
  2. MbxEdgeInsets? padding,
  3. ScreenCoordinate? anchor,
  4. double? zoom,
  5. double? bearing,
  6. double? pitch,
})

Implementation

CameraOptions({
  this.center,
  this.padding,
  this.anchor,
  this.zoom,
  this.bearing,
  this.pitch,
});