MaplyClusterGroup
@interface MaplyClusterGroup : NSObject
Visual representation for a group of markers.
Fill this in for the
-
The image to use for the group
Declaration
Objective-C
@property (assign, readwrite, nonatomic) id _Nonnull image;
Swift
var image: Any { get set }
-
Screen size to use for the resulting marker
Declaration
Objective-C
@property (assign, readwrite, nonatomic) CGSize size;
Swift
var size: CGSize { get set }