YMKVisibleRegion
|
@interface YMKVisibleRegion : NSObject |
Defines the visible region.
Summary
Class methods
|
+ (nonnull YMKVisibleRegion *)visibleRegionWithTopLeft:(nonnull YMKPoint *)topLeft |
Properties
|
@property (nonatomic, readonly, nonnull) YMKPoint *topLeft; |
|
@property (nonatomic, readonly, nonnull) YMKPoint *topRight; |
|
@property (nonatomic, readonly, nonnull) YMKPoint *bottomLeft; |
|
@property (nonatomic, readonly, nonnull) YMKPoint *bottomRight; |
Class methods
visibleRegionWithTopLeft:topRight:bottomLeft:bottomRight:
|
+ (nonnull YMKVisibleRegion *)visibleRegionWithTopLeft:(nonnull YMKPoint *)topLeft |
Properties
topLeft
|
@property (nonatomic, readonly, nonnull) YMKPoint *topLeft; |
Top-left of the visible region.
topRight
|
@property (nonatomic, readonly, nonnull) YMKPoint *topRight; |
Top-right of the visible region.
bottomLeft
|
@property (nonatomic, readonly, nonnull) YMKPoint *bottomLeft; |
Bottom-left of the visible region.
bottomRight
|
@property (nonatomic, readonly, nonnull) YMKPoint *bottomRight; |
Bottom-right of the visible region.