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