MMKZoomRange
class MMKZoomRange : NSObject |
Describes the range of zoom levels. Zooming is allowed between zMin and zMax values.
Summary
Class methods
init(zMin: UInt, zMax: UInt) |
Properties
var zMin: UInt { get } |
var zMax: UInt { get } |
Class methods
init(zMin:zMax:)
init(zMin: UInt, zMax: UInt) |
Properties
zMin
var zMin: UInt { get } |
Lower limit of zoom range, inclusive.
zMax
var zMax: UInt { get } |
Upper limit of zoom range, exclusive.