MMKRect
|
class MMKRect : NSObject |
The rectangle to display on the map.
Summary
Class methods
|
 init(min: CGPoint, max: CGPoint) |
Properties
|
var min: CGPoint { get } |
|
var max: CGPoint { get } |
Class methods
init(min:max:)
|
 init(min: CGPoint, max: CGPoint) |
Properties
min
|
var min: CGPoint { get } |
Minimum rectangle coordinates.
max
|
var max: CGPoint { get } |
Maximum rectangle coordinates.