MapKit Mobile SDK

MMKVisibleRegion

class MMKVisibleRegion : NSObject

Defines the visible region.

Summary

Class methods

 init(topLeft: MMKPoint,
     topRight: MMKPoint,
   bottomLeft: MMKPoint,
  bottomRight: MMKPoint)

Properties

var topLeftMMKPoint { get }
Top-left of the visible region

var topRightMMKPoint { get }
Top-right of the visible region

var bottomLeftMMKPoint { get }
Bottom-left of the visible region

var bottomRightMMKPoint { get }
Bottom-right of the visible region

Class methods

init(topLeft:topRight:bottomLeft:bottomRight:)

 init(topLeft: MMKPoint,
     topRight: MMKPoint,
   bottomLeft: MMKPoint,
  bottomRight: MMKPoint)


Properties

topLeft

var topLeft: MMKPoint { get }

Top-left of the visible region.


topRight

var topRight: MMKPoint { get }

Top-right of the visible region.


bottomLeft

var bottomLeft: MMKPoint { get }

Bottom-left of the visible region.


bottomRight

var bottomRight: MMKPoint { get }

Bottom-right of the visible region.