MapKit Mobile SDK

MMKBoundingBox

class MMKBoundingBox : NSObject

A rectangular box around the object.

Summary

Class methods

 init(southWest: MMKPoint, northEast: MMKPoint)

Properties

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

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

Class methods

init(southWest:northEast:)

 init(southWest: MMKPoint, northEast: MMKPoint)


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.