minimumZoomLevel property
The minimum zoom level at which the map can be shown.
Depending on the map view’s aspect ratio, the map view may be prevented from reaching the minimum zoom level, in order to keep the map from repeating within the current viewport.
If the value of this property is greater than that of the maximumZoomLevel property, the behavior is undefined.
The default minimumZoomLevel is 0.
Implementation
double get minimumZoomLevel {
return objc.useMsgSendVariants ? _objc_msgSend_1ukqyt8Fpret(this.ref.pointer, _sel_minimumZoomLevel) : _objc_msgSend_1ukqyt8(this.ref.pointer, _sel_minimumZoomLevel);
}
The minimum zoom level at which the map can be shown.
Depending on the map view’s aspect ratio, the map view may be prevented from reaching the minimum zoom level, in order to keep the map from repeating within the current viewport.
If the value of this property is greater than that of the maximumZoomLevel property, the behavior is undefined.
The default minimumZoomLevel is 0.
Implementation
set minimumZoomLevel(double value) {
_objc_msgSend_hwm8nu(this.ref.pointer, _sel_setMinimumZoomLevel_, value);
}