MapPosition constructor
- {LatLng? center,
- LatLngBounds? bounds,
- double? zoom,
- bool hasGesture = false}
Implementation
MapPosition({this.center, this.bounds, this.zoom, this.hasGesture = false});
MapPosition({this.center, this.bounds, this.zoom, this.hasGesture = false});