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
                                                                  top:( float)top
                                                                right:( float)right
                                                               bottom:( float)bottom;

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
                                                                  top:( float)top
                                                                right:( float)right
                                                               bottom:( float)bottom;


Properties

left

@property (nonatomic, readonly) float left;


top

@property (nonatomic, readonly) float top;


@property (nonatomic, readonly) float right;


bottom

@property (nonatomic, readonly) float bottom;