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