Warning
This feature is available in the Full MapKit SDK version
MMKSize
@interface MMKSize : NSObject |
Size of the icon
Summary
Class methods
+ (nonnull MMKSize *)sizeWithWidth:( double)width |
Properties
@property (nonatomic, readonly) double width; |
@property (nonatomic, readonly) double height; |
Class methods
sizeWithWidth:height:
+ (nonnull MMKSize *)sizeWithWidth:( double)width |
Properties
width
@property (nonatomic, readonly) double width; |
Width.
height
@property (nonatomic, readonly) double height; |
Height.