UiSettings constructor

UiSettings({
  1. bool isZoomControlsEnabled = true,
  2. int zoomPosition = ZOOM_POSITION_RIGHT_BUTTOM,
  3. bool isCompassEnabled = false,
  4. bool isMyLocationButtonEnabled = false,
  5. bool isScaleControlsEnabled = true,
  6. int logoPosition = LOGO_POSITION_BOTTOM_LEFT,
  7. bool isZoomGesturesEnabled = true,
  8. bool isScrollGesturesEnabled = true,
  9. bool isRotateGesturesEnabled = true,
  10. bool isTiltGesturesEnabled = true,
})

Implementation

UiSettings({
  this.isZoomControlsEnabled = true,
  this.zoomPosition = ZOOM_POSITION_RIGHT_BUTTOM,
  this.isCompassEnabled = false,
  this.isMyLocationButtonEnabled = false,
  this.isScaleControlsEnabled = true,
  this.logoPosition = LOGO_POSITION_BOTTOM_LEFT,
  this.isZoomGesturesEnabled = true,
  this.isScrollGesturesEnabled = true,
  this.isRotateGesturesEnabled = true,
  this.isTiltGesturesEnabled = true,
});