MapPosition constructor

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

Implementation

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