立得地图iOS SDK 地图&搜索服务参考手册 V1.7.0
LMKClusterAnnotationView.h
浏览该文件的文档.
1 //
2 // LMKClusterAnnotationView.h
3 // LeadorMapSDK
4 //
5 // Created by 李帅 on 2017/6/6.
6 // Copyright © 2017年 zhangyuanke. All rights reserved.
7 //
8 
9 #import "LMKAnnotationView.h"
10 
12 
16 @property (nonatomic, assign) NSUInteger count;
17 
18 @end
标注view
Definition: LMKAnnotationView.h:27
NSUInteger count
聚合数目
Definition: LMKClusterAnnotationView.h:16
Definition: LMKClusterAnnotationView.h:11