在更改或滚动可见区域映射时,将数据发送到服务器以更新注释

时间:2013-10-16 13:44:53

标签: ios

我想知道在滚动地图时如何更新关于使用网络服务的注释的数据o缩放为trulia,(图片如下)

Load annotations from webservices when map is scrolled or zoomed

1 个答案:

答案 0 :(得分:1)

我正在使用此委托方法以了解何时重新计算引脚簇:

- (void)mapView:(MKMapView *)mapView regionDidChangeAnimated:(BOOL)animated
{

}

修改

查看此引脚群集示例! https://github.com/yinkou/OCMapView