Warning

This feature is available in the Full MapKit SDK version

YMKPanoramaAngularBoundingBox

@interface YMKPanoramaAngularBoundingBox : NSObject

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

Summary

Class methods

+ (nonnull YMKPanoramaAngularBoundingBox *)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 YMKPanoramaAngularBoundingBox *)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