FBAnnotationClustering:用于以简单高效的方式聚类地图通知的 iOS 库

时间:2024-08-24 02:04:41
【文件属性】:

文件名称:FBAnnotationClustering:用于以简单高效的方式聚类地图通知的 iOS 库

文件大小:482KB

文件格式:ZIP

更新时间:2024-08-24 02:04:41

Objective-C

FB注解聚类 FBAnnotationClustering不再维护。 不会检查所有问题和拉取请求。 FBAnnotationClustering 是一个 iOS 库,用于以简单且高效的方式对地图通知进行聚类。 查看有关它的。 用法 创建您的集群管理器(并使用注释初始化或稍后添加注释): self.clusteringManager = [[FBClusteringManager alloc] initWithAnnotations:arrayOfAnnotations]; 实现 MKMapView 委托方法mapView:regionDidChangeAnimated:以在地图上以集群形式显示批注。 一个实现示例: - (void)mapView:(MKMapView *)mapView regionDidChangeAnimated:(BOOL)animated {


【文件预览】:
FBAnnotationClustering-master
----.gitignore(225B)
----Example()
--------AnnotationClustering.xcodeproj()
--------AnnotationClustering()
--------AnnotationClusteringTests()
--------Pods()
--------Classes()
--------Podfile.lock(319B)
--------Podfile(112B)
--------AnnotationClustering.xcworkspace()
----FBAnnotationClustering.podspec(865B)
----LICENSE(1KB)
----FBAnnotationClustering.xcodeproj()
--------xcshareddata()
--------project.xcworkspace()
--------project.pbxproj(13KB)
----CHANGELOG.md(63B)
----README.md(4KB)
----FBAnnotationClustering()
--------FBQuadTree.h(833B)
--------FBQuadTree.m(3KB)
--------.gitkeep(0B)
--------FBQuadTreeNode.m(3KB)
--------Info.plist(806B)
--------FBAnnotationCluster.m(231B)
--------FBAnnotationCluster.h(812B)
--------FBQuadTreeNode.h(1KB)
--------FBClusteringManager.m(6KB)
--------FBAnnotationClustering.h(342B)
--------FBClusteringManager.h(3KB)
----Images()
--------example.png(421KB)
----Rakefile(4KB)

网友评论