Class JsonZoomRange

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public final class JsonZoomRange
     implements Parcelable
                        

    Defines a range for zooming

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Double getMinZoom() The minimum zoom scale.
      final Unit setMinZoom(Double minZoom) The minimum zoom scale.
      final Double getMaxZoom() The maximum zoom scale.
      final Unit setMaxZoom(Double maxZoom) The maximum zoom scale.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait