MaplyClusterInfo

@interface 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 (assign, readwrite, nonatomic) int numObjects;

    Swift

    var numObjects: Int32 { get set }