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
                            height:( double)height;

Properties

@property (nonatomic, readonly) double width;
Width

@property (nonatomic, readonly) double height;
Height

Class methods

sizeWithWidth:height:

+ (nonnull MMKSize *)sizeWithWidth:( double)width
                            height:( double)height;


Properties

width

@property (nonatomic, readonly) double width;

Width.


height

@property (nonatomic, readonly) double height;

Height.