MMKPanoramaImageSize
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKPanoramaImageSize : NSObject |
The image size.
Summary
Class methods
|
+ (nonnull MMKPanoramaImageSize *)imageSizeWithWidth:( NSUInteger)width |
Properties
|
@property (nonatomic, readonly) NSUInteger width; |
|
@property (nonatomic, readonly) NSUInteger height; |
Class methods
imageSizeWithWidth:height:
|
+ (nonnull MMKPanoramaImageSize *)imageSizeWithWidth:( NSUInteger)width |
Properties
width
|
@property (nonatomic, readonly) NSUInteger width; |
height
|
@property (nonatomic, readonly) NSUInteger height; |