MapMove constructor

MapMove({
  1. LatLng? coordinate,
  2. double? zoom,
  3. double? tilt,
  4. double? bearing,
  5. bool? isAbroad,
})

Implementation

MapMove({
  this.coordinate,
  this.zoom,
  this.tilt,
  this.bearing,
  this.isAbroad,
});