getZoomScale method

dynamic getZoomScale()

Implementation

getZoomScale() {
  return Math.pow(0.95, scope.zoomSpeed);
}