标签: ios mapkit mkannotation mkmaprect
如果MKMapView在地图上的各个点以及[mapView annotations]值MKMapRect中包含可变数量的注释(MKMapRectWorld),我该如何确定某个区域在MKAnnotation个对象上最集中的地图上(可能是最接近的5-15个注释)?
MKMapView
[mapView annotations]
MKMapRect
MKMapRectWorld
MKAnnotation
* 咖啡查找器:确定地图中哪个区域的星巴克最多
* K9统计数据:确定地图中哪个区域的可卡犬最多
“区域”可以是设定的矩形大小,也可以由注释块决定,我不一定关心。谢谢你的帮助!