zoom property

double zoom

Gets current zoom of the MapLayout.

Implementation

double get zoom {
  return _zoom;
}
void zoom=(double zoom)

Sets current zoom of the MapLayout.

Implementation

set zoom(double zoom) {
  _zoom = zoom;
  notifyListeners();
}