YMKVisibleRegion

@interface YMKVisibleRegion : NSObject

Defines the visible region.

Summary

Class methods

+ (nonnull YMKVisibleRegion *)visibleRegionWithTopLeft:(nonnull YMKPoint *)topLeft
                                              topRight:(nonnull YMKPoint *)topRight
                                            bottomLeft:(nonnull YMKPoint *)bottomLeft
                                           bottomRight:(nonnull YMKPoint *)bottomRight;

Properties

@property (nonatomic, readonly, nonnull) YMKPoint *topLeft;
Top-left of the visible region

@property (nonatomic, readonly, nonnull) YMKPoint *topRight;
Top-right of the visible region

@property (nonatomic, readonly, nonnull) YMKPoint *bottomLeft;
Bottom-left of the visible region

@property (nonatomic, readonly, nonnull) YMKPoint *bottomRight;
Bottom-right of the visible region

Class methods

visibleRegionWithTopLeft:topRight:bottomLeft:bottomRight:

+ (nonnull YMKVisibleRegion *)visibleRegionWithTopLeft:(nonnull YMKPoint *)topLeft
                                              topRight:(nonnull YMKPoint *)topRight
                                            bottomLeft:(nonnull YMKPoint *)bottomLeft
                                           bottomRight:(nonnull YMKPoint *)bottomRight;


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.


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