MapKit Mobile SDK

MMKScreenRect

class MMKScreenRect : NSObject

A rectangle on the device screen.

Summary

Class methods

 init(topLeft: MMKScreenPoint, bottomRight: MMKScreenPoint)

Properties

var topLeftMMKScreenPoint { get }
The position of the top left corner of the rectangle

var bottomRightMMKScreenPoint { get }
The position of the bottom right corner of the rectangle

Class methods

init(topLeft:bottomRight:)

 init(topLeft: MMKScreenPoint, bottomRight: MMKScreenPoint)


Properties

topLeft

var topLeft: MMKScreenPoint { get }

The position of the top left corner of the rectangle.


bottomRight

var bottomRight: MMKScreenPoint { get }

The position of the bottom right corner of the rectangle.