DHL_aMapView_Model constructor

const DHL_aMapView_Model({
  1. bool IsMyMarker = true,
  2. bool setZoomControlsEnabled = false,
  3. bool setCompassEnabled = false,
  4. bool setMyLocationButtonEnabled = false,
  5. bool setScaleControlsEnabled = false,
  6. bool setZoomGesturesEnabled = false,
  7. bool setScrollGesturesEnabled = true,
  8. bool setRotateGesturesEnabled = true,
  9. bool setTiltGesturesEnabled = true,
  10. bool setGestureScaleByMapCenter = true,
  11. int setMaxZoomLevel = 17,
  12. int setMinZoomLevel = 10,
  13. int interval = 2000,
  14. bool showMyLocation = true,
  15. bool setMyLocationEnabled = true,
})

Implementation

const DHL_aMapView_Model({
  this.IsMyMarker = true,
  this.setZoomControlsEnabled = false,
  this.setCompassEnabled = false,
  this.setMyLocationButtonEnabled = false,
  this.setScaleControlsEnabled = false,
  this.setZoomGesturesEnabled = false,
  this.setScrollGesturesEnabled = true,
  this.setRotateGesturesEnabled = true,
  this.setTiltGesturesEnabled = true,
  this.setGestureScaleByMapCenter = true,
  this.setMaxZoomLevel = 17,
  this.setMinZoomLevel = 10,
  this.interval = 2000,
  this.showMyLocation = true,
  this.setMyLocationEnabled = true
});