9 #import <Foundation/Foundation.h>
17 @property (assign, nonatomic)
CLLocationCoordinate2D
coordinate;
22 @property (nonatomic, strong)
NSMutableArray *
pois;
27 @property (assign, nonatomic)
NSInteger
count;
32 @property (nonatomic, copy)
NSString *
title;
37 @property (nonatomic, copy)
NSString *
subtitle;
44 -
(id)initWithCoordinate:(CLLocationCoordinate2D)coordinate
count:(NSInteger)count;
NSString * subtitle()
获取annotation副标题
CLLocationCoordinate2D coordinate
poi的平均位置
Definition: LMKClusterAnnotation.h:17
Definition: LMKClusterAnnotation.h:12
该类为标注点的protocol,提供了标注类的基本信息函数
Definition: LMKAnnotation.h:15
NSMutableArray * pois
单个聚合的兴趣点集
Definition: LMKClusterAnnotation.h:22
NSInteger count
聚合数目
Definition: LMKClusterAnnotation.h:27
NSString * title()
获取annotation标题