MMKViewArea

@interface MMKViewArea : NSObject

Defines the visible area.

Summary

Class methods

+ (nonnull MMKViewArea *)viewAreaWithLengthwise:( double)lengthwise
                                     transverse:( double)transverse;

Properties

@property (nonatomic, readonly) double lengthwise;
The length of the view area in meters

@property (nonatomic, readonly) double transverse;
The width of the view area from center in meters

Class methods

viewAreaWithLengthwise:transverse:

+ (nonnull MMKViewArea *)viewAreaWithLengthwise:( double)lengthwise
                                     transverse:( double)transverse;


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.