UiSettings constructor
UiSettings({
- bool isZoomControlsEnabled = true,
- int zoomPosition = ZOOM_POSITION_RIGHT_BUTTOM,
- bool isCompassEnabled = false,
- bool isMyLocationButtonEnabled = false,
- bool isScaleControlsEnabled = true,
- int logoPosition = LOGO_POSITION_BOTTOM_LEFT,
- bool isZoomGesturesEnabled = true,
- bool isScrollGesturesEnabled = true,
- bool isRotateGesturesEnabled = true,
- 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,
});