CameraPositionChange constructor

const CameraPositionChange({
  1. GeoPoint? point = null,
  2. Zoom? zoom = null,
  3. Tilt? tilt = null,
  4. Bearing? bearing = null,
})

Implementation

const CameraPositionChange({
  this.point = null,
  this.zoom = null,
  this.tilt = null,
  this.bearing = null
});