Class YMKZoomRange

Describes the range of zoom levels.

Zooming is allowed between zMin and zMax values.

Class Methods

Properties

zMax

Upper limit of zoom range, exclusive.

zMin

Lower limit of zoom range, inclusive.

zMax

Upper limit of zoom range, exclusive.

zMin

Lower limit of zoom range, inclusive.

Method Detail

+zoomRangeWithZMin:zMax:

+ (nonnull YMKZoomRange *)zoomRangeWithZMin:(NSUInteger)zMin
                                       zMax:(NSUInteger)zMax 

Property Detail

zMax

(assign, readonly) NSUInteger zMax

Upper limit of zoom range, exclusive.

zMin

(assign, readonly) NSUInteger zMin

Lower limit of zoom range, inclusive.