UiSettings class
Constructors
-
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})
-
Methods
-
copyWith({bool? isZoomControlsEnabled, int? zoomPosition, bool? isCompassEnabled, bool? isMyLocationButtonEnabled, bool? isScaleControlsEnabled, int? logoPosition, bool? isZoomGesturesEnabled, bool? isScrollGesturesEnabled, bool? isRotateGesturesEnabled, bool? isTiltGesturesEnabled})
→ UiSettings
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toJsonString()
→ String
-
-
toString()
→ String
-
A string representation of this object.
override