立得地图iOS SDK 地图&搜索服务参考手册 V1.7.0
构造函数 | 属性 | 所有成员列表
LMKClusterAnnotation类 参考

#import <LMKClusterAnnotation.h>

类 LMKClusterAnnotation 继承关系图:
<LMKAnnotation>

构造函数

(id)  - initWithCoordinate:count:
  初始化方法 更多...
 
- 构造函数 继承自 <LMKAnnotation>
(NSString *)  - title
  获取annotation标题 更多...
 
(NSString *)  - subtitle
  获取annotation副标题 更多...
 
(void)  - setCoordinate:
  设置标注的坐标,在拖拽时会被调用. 更多...
 

属性

CLLocationCoordinate2D  coordinate
  poi的平均位置 更多...
 
NSMutableArray *  pois
  单个聚合的兴趣点集 更多...
 
NSInteger  count
  聚合数目 更多...
 
NSString *  title
  标题 更多...
 
NSString *  subtitle
  副标题 更多...
 
- 属性 继承自 <LMKAnnotation>
CLLocationCoordinate2D  coordinate
  标注view中心坐标 更多...
 

函数文档

- (id) initWithCoordinate: (CLLocationCoordinate2D)  coordinate
count: (NSInteger)  count 

初始化方法

参数
coordinate 坐标位置
animated 聚合数目

属性说明

- (CLLocationCoordinate2D) coordinate
readwritenonatomicassign

poi的平均位置

- (NSInteger) count
readwritenonatomicassign

聚合数目

- (NSMutableArray*) pois
readwritenonatomicstrong

单个聚合的兴趣点集

- (NSString*) subtitle
readwritenonatomiccopy

副标题

- (NSString*) title
readwritenonatomiccopy

标题


该类的文档由以下文件生成: