MMKZoomRange
@interface MMKZoomRange : NSObject |
Describes the range of zoom levels. Zooming is allowed between zMin and zMax values.
Summary
Class methods
+ (nonnull MMKZoomRange *)zoomRangeWithZMin:( NSUInteger)zMin |
Properties
@property (nonatomic, readonly) NSUInteger zMin; |
@property (nonatomic, readonly) NSUInteger zMax; |
Class methods
zoomRangeWithZMin:zMax:
+ (nonnull MMKZoomRange *)zoomRangeWithZMin:( NSUInteger)zMin |
Properties
zMin
@property (nonatomic, readonly) NSUInteger zMin; |
Lower limit of zoom range, inclusive.
zMax
@property (nonatomic, readonly) NSUInteger zMax; |
Upper limit of zoom range, exclusive.