#include <CartoMobileSDK/CartoMobileSDK.h>
@interface AkClusterElementBuilder : NTClusterElementBuilder

- (void) setBitmap: (UIImage *)value;
- (void) setColor: (UIColor *)value;
- (void) setTextColor: (UIColor *)value;
- (void) setSize: (NSUInteger)value;
- (void) setTextSize: (NSUInteger)value;
- (void) setShape: (NSString *)value;
- (void) setFont: (UIFont *)value;
- (void) setBbox: (BOOL)value;

@end
