minZoom property
Gets the value of "min-zoom"
Implementation
String get minZoom => getPropertyValue('min-zoom');
Sets the value of "min-zoom"
Implementation
set minZoom(String value) {
setProperty('min-zoom', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "min-zoom"
String get minZoom => getPropertyValue('min-zoom');
Sets the value of "min-zoom"
set minZoom(String value) {
setProperty('min-zoom', value, '');
}