9 #import <Foundation/Foundation.h>
34 @property (nonatomic, strong,
readonly) NSArray <LMKPOI *>*
pois;
42 -
(void)clusterPOIs:(NSArray<
LMKPOI*> *)pois finish:(
void(^)(
LMKMapRect maxRect))block;
52 -
(void)deletePOI:(NSArray<
LMKPOI*> *)pois;
57 -
(void)addPOI:(NSArray<
LMKPOI*> *)pois;
地图view
Definition: LMKMapView.h:36
NSInteger minClusterNum
最小聚合个数(最小聚合个数为2)
Definition: LMKClusterManager.h:29
LMKMapView * mapView
聚合地图
Definition: LMKClusterManager.h:19
NSInteger maxClusterLevel
最大聚合级别(3到地图比例尺之间)
Definition: LMKClusterManager.h:24
void updateMapViewAnnotations()
Definition: LMKClusterManager.h:14
NSArray< LMKPOI * > * pois
所有的聚合点集合(下标为-1的为已删除的点)
Definition: LMKClusterManager.h:34
平面投影矩形结构定义
Definition: LMKGeometry.h:45