Loading...
Searching...
No Matches
NCClusterMapObject.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCGlobalPoint.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) NCGlobalPoint * point;
84
88@property (nonatomic, nullable, readonly) NSNumber * sublocationId;
89
94@property (nonatomic, readonly) int32_t count;
95
100@property (nonatomic, nonnull, readonly) NSArray<NCIconMapObject *> * iconMapObjects;
101
108@property (nonatomic, readonly, getter=isValid) BOOL valid;
109
110@end