MMKPanoramaAngularBoundingBox

@interface MMKPanoramaAngularBoundingBox : NSObject

Angular bbox. Direction + span will be limited between top and bottom It's recommended to have (right - left) = 360.

Summary

Class methods

+ (nonnull MMKPanoramaAngularBoundingBox *)angularBoundingBoxWithLeft:( float)left
                                                                  top:( float)top
                                                                right:( float)right
                                                               bottom:( float)bottom;

Properties

@property (nonatomic, readonly) float left;
Undocumented

@property (nonatomic, readonly) float top;
Undocumented

@property (nonatomic, readonly) float right;
Undocumented

@property (nonatomic, readonly) float bottom;
Undocumented

Class methods

angularBoundingBoxWithLeft:top:right:bottom:

+ (nonnull MMKPanoramaAngularBoundingBox *)angularBoundingBoxWithLeft:( float)left
                                                                  top:( float)top
                                                                right:( float)right
                                                               bottom:( float)bottom;


Properties

left

@property (nonatomic, readonly) float left;

Undocumented


top

@property (nonatomic, readonly) float top;

Undocumented


@property (nonatomic, readonly) float right;

Undocumented


bottom

@property (nonatomic, readonly) float bottom;

Undocumented