MMKBoundingBox
| 
 class MMKBoundingBox : NSObject  | 
A rectangular box around the object.
Summary
Class methods
Properties
| 
 var southWest: MMKPoint { get }  | 
| 
 var northEast: MMKPoint { get }  | 
Class methods
init(southWest:northEast:)
Properties
southWest
| 
 var southWest: MMKPoint { get }  | 
The coordinates of the southwest corner of the box.
northEast
| 
 var northEast: MMKPoint { get }  | 
The coordinates of the northeast corner of the box.