YMKBoundingBox

class YMKBoundingBox : NSObject

A rectangular box around the object.

Summary

Class methods

 init(southWest: YMKPoint, northEast: YMKPoint)

Properties

var southWestYMKPoint { get }
The coordinates of the southwest corner of the box

var northEastYMKPoint { get }
The coordinates of the northeast corner of the box

Class methods

init(southWest:northEast:)

 init(southWest: YMKPoint, northEast: YMKPoint)


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.


Предыдущая
Следующая