@override void setMinMaxZoomPreference(num? min, num? max) { // FIX: why is called indefinitely? (map_ui page) _map.setMinZoom(min); _map.setMaxZoom(max); }