Gets the value of "max-zoom"
String get maxZoom => getPropertyValue('max-zoom');
Sets the value of "max-zoom"
set maxZoom(String value) { setProperty('max-zoom', value, ''); }