YMKRect

class YMKRect : NSObject

The rectangle to display on the map.

Summary

Class methods

 init(min: CGPoint, max: CGPoint)

Properties

var min: CGPoint { get }
Minimum rectangle coordinates

var max: CGPoint { get }
Maximum rectangle coordinates

Class methods

init(min:max:)

 init(min: CGPoint, max: CGPoint)


Properties

min

var min: CGPoint { get }

Minimum rectangle coordinates.


max

var max: CGPoint { get }

Maximum rectangle coordinates.


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