WebMapPreferences constructor

const WebMapPreferences({
  1. bool streetViewControl = false,
  2. bool fullscreenControl = false,
  3. bool mapTypeControl = false,
  4. bool panControl = false,
  5. bool overviewMapControl = false,
  6. bool rotateControl = false,
  7. bool scaleControl = false,
  8. bool zoomControl = false,
  9. bool dragGestures = true,
  10. bool scrollwheel = true,
})

Creates an instance of WebMapPreferences.

Implementation

const WebMapPreferences({
  this.streetViewControl = false,
  this.fullscreenControl = false,
  this.mapTypeControl = false,
  this.panControl = false,
  this.overviewMapControl = false,
  this.rotateControl = false,
  this.scaleControl = false,
  this.zoomControl = false,
  this.dragGestures = true,
  this.scrollwheel = true,
});