zoomIn method

void zoomIn()

Implementation

void zoomIn() {
  scale = min(scale + _scaleChangeUnit, _maxScaleMargin);
}