Gets current zoom of the MapLayout.
double get zoom { return _zoom; }
Sets current zoom of the MapLayout.
set zoom(double zoom) { _zoom = zoom; notifyListeners(); }