CameraState constructor

CameraState({
  1. required Point center,
  2. required MbxEdgeInsets padding,
  3. required double zoom,
  4. required double bearing,
  5. required double pitch,
})

Implementation

CameraState({
  required this.center,
  required this.padding,
  required this.zoom,
  required this.bearing,
  required this.pitch,
});