MapPosition constructor

const MapPosition({
  1. LatLng? center,
  2. LatLngBounds? bounds,
  3. double? zoom,
  4. bool hasGesture = false,
})

Implementation

const MapPosition({
  this.center,
  this.bounds,
  this.zoom,
  this.hasGesture = false,
});