立得地图iOS SDK 地图&搜索服务参考手册 V1.7.0
|
#import <LMKClusterAnnotation.h>
构造函数 |
|
(id) | - initWithCoordinate:count: |
初始化方法 更多... |
|
![]() |
|
(NSString *) | - title |
获取annotation标题 更多... |
|
(NSString *) | - subtitle |
获取annotation副标题 更多... |
|
(void) | - setCoordinate: |
设置标注的坐标,在拖拽时会被调用. 更多... |
|
属性 |
|
CLLocationCoordinate2D | coordinate |
poi的平均位置 更多... |
|
NSMutableArray * | pois |
单个聚合的兴趣点集 更多... |
|
NSInteger | count |
聚合数目 更多... |
|
NSString * | title |
标题 更多... |
|
NSString * | subtitle |
副标题 更多... |
|
![]() |
|
CLLocationCoordinate2D | coordinate |
标注view中心坐标 更多... |
|
- (id) initWithCoordinate: | (CLLocationCoordinate2D) | coordinate | |
count: | (NSInteger) | count | |
初始化方法
coordinate | 坐标位置 |
animated | 聚合数目 |
|
readwritenonatomicassign |
poi的平均位置
|
readwritenonatomicassign |
聚合数目
|
readwritenonatomicstrong |
单个聚合的兴趣点集
|
readwritenonatomiccopy |
副标题
|
readwritenonatomiccopy |
标题