MMKPanoramaAngularBoundingBox
Warning
This feature is available in the Full MapKit SDK version
|
@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 |
Properties
|
@property (nonatomic, readonly) float left; |
|
@property (nonatomic, readonly) float top; |
|
@property (nonatomic, readonly) float right; |
|
@property (nonatomic, readonly) float bottom; |
Class methods
angularBoundingBoxWithLeft:top:right:bottom:
|
+ (nonnull MMKPanoramaAngularBoundingBox *)angularBoundingBoxWithLeft:( float)left |
Properties
left
|
@property (nonatomic, readonly) float left; |
top
|
@property (nonatomic, readonly) float top; |
right
|
@property (nonatomic, readonly) float right; |
bottom
|
@property (nonatomic, readonly) float bottom; |