Loading...
Searching...
No Matches
NCClusterMapObject.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCLocationPoint.h"
3#import "NCMapObject.h"
4#import <Foundation/Foundation.h>
5#import <UIKit/UIKit.h>
6@class NCIconMapObject;
7@protocol NCClusterMapObjectListener;
8
9
27DEFAULT_EXPORT_ATTRIBUTE
29
45- (BOOL)setBitmap:(nullable UIImage *)bitmap;
46
61- (void)addListener:(nullable id<NCClusterMapObjectListener>)listener;
62
77- (void)removeListener:(nullable id<NCClusterMapObjectListener>)listener;
78
83@property (nonatomic, nonnull, readonly) NCLocationPoint * position;
84
89@property (nonatomic, readonly) int32_t count;
90
95@property (nonatomic, nonnull, readonly) NSArray<NCIconMapObject *> * iconMapObjects;
96
97@end