Class YMKBoundingBox

A rectangular box around the object.

Class Methods

Properties

northEast

The coordinates of the northeast cornet of the box.

southWest

The coordinates of the southwest corner of the box.

northEast

The coordinates of the northeast cornet of the box.

southWest

The coordinates of the southwest corner of the box.

Method Detail

+boundingBoxWithSouthWest:northEast:

+ (nonnull YMKBoundingBox *)boundingBoxWithSouthWest:(nonnull YMKPoint *)southWest
                                           northEast:(nonnull YMKPoint *)northEast 

Property Detail

northEast

(assign, readonly) YMKPoint * northEast

The coordinates of the northeast cornet of the box.

southWest

(assign, readonly) YMKPoint * southWest

The coordinates of the southwest corner of the box.