CameraOptions constructor
CameraOptions({
- Point? center,
- MbxEdgeInsets? padding,
- ScreenCoordinate? anchor,
- double? zoom,
- double? bearing,
- double? pitch,
Implementation
CameraOptions({
this.center,
this.padding,
this.anchor,
this.zoom,
this.bearing,
this.pitch,
});