CameraOptions constructor
- {Map<
String?, Object?> ? 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,
});