MaplyClusterInfo
Objective-C
@interface MaplyClusterInfo : NSObject
Swift
class MaplyClusterInfo : NSObject
Information about the group of objects to cluster.
This object is passed in when the developer needs to make an image for a group of objects.
-
Number of objects being clustered
Declaration
Objective-C
@property (nonatomic) int numObjects;
Swift
var numObjects: Int32 { get set }
-
All the unique IDs from the
Declaration
Objective-C
@property (nonatomic, retain) NSArray<NSString *> *_Nullable uniqueIDs;
Swift
var uniqueIDs: [String]? { get set }