2#import <Foundation/Foundation.h>
5@protocol NCClusterMapObjectControllerListener;
25DEFAULT_EXPORT_ATTRIBUTE
90- (void)setEnabled:(BOOL)enabled;
120- (void)setRadius:(
float)radius;
151- (BOOL)setInteractive:(BOOL)interactive;
167- (BOOL)setClusterSize:(
float)width
168 height:(
float)height;
184- (void)addListener:(nullable
id<NCClusterMapObjectControllerListener>)listener;
200- (void)removeListener:(nullable
id<NCClusterMapObjectControllerListener>)listener;