MMKRect
|
@interface MMKRect : NSObject |
The rectangle to display on the map.
Summary
Class methods
|
+ (nonnull MMKRect *)rectWithMin:( CGPoint)min |
Properties
|
@property (nonatomic, readonly) CGPoint min; |
|
@property (nonatomic, readonly) CGPoint max; |
Class methods
rectWithMin:max:
|
+ (nonnull MMKRect *)rectWithMin:( CGPoint)min |
Properties
min
|
@property (nonatomic, readonly) CGPoint min; |
Minimum rectangle coordinates.
max
|
@property (nonatomic, readonly) CGPoint max; |
Maximum rectangle coordinates.