Class ZoomRange

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      ZoomRange(Float minZoomRatio, Float maxZoomRatio)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Float getMinZoomRatio() Minimal zoom factor in the range from 0.2f to 100f.
      final Unit setMinZoomRatio(Float minZoomRatio) Minimal zoom factor in the range from 0.2f to 100f.
      final Float getMaxZoomRatio() Maximal zoom factor in the range from 0.2f to 100f.
      final Unit setMaxZoomRatio(Float maxZoomRatio) Maximal zoom factor in the range from 0.2f to 100f.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ZoomRange

        ZoomRange(Float minZoomRatio, Float maxZoomRatio)
    • Method Detail

      • getMinZoomRatio

         final Float getMinZoomRatio()

        Minimal zoom factor in the range from 0.2f to 100f. Default - 0.2f

      • setMinZoomRatio

         final Unit setMinZoomRatio(Float minZoomRatio)

        Minimal zoom factor in the range from 0.2f to 100f. Default - 0.2f

      • getMaxZoomRatio

         final Float getMaxZoomRatio()

        Maximal zoom factor in the range from 0.2f to 100f. Default - 100f.

      • setMaxZoomRatio

         final Unit setMaxZoomRatio(Float maxZoomRatio)

        Maximal zoom factor in the range from 0.2f to 100f. Default - 100f.