MMKViewArea
|
@interface MMKViewArea : NSObject |
Defines the visible area.
Summary
Class methods
|
+ (nonnull MMKViewArea *)viewAreaWithLengthwise:( double)lengthwise |
Properties
|
@property (nonatomic, readonly) double lengthwise; |
|
@property (nonatomic, readonly) double transverse; |
Class methods
viewAreaWithLengthwise:transverse:
|
+ (nonnull MMKViewArea *)viewAreaWithLengthwise:( double)lengthwise |
Properties
lengthwise
|
@property (nonatomic, readonly) double lengthwise; |
The length of the view area in meters.
transverse
|
@property (nonatomic, readonly) double transverse; |
The width of the view area from center in meters.