Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在努力在谷歌地图上绘制 2000 个商店位置。我已经绘制了 10 个,但是当我的客户告诉我完整的数据集有 2000 个时,我正在努力寻找实现这一点的最佳方法。
问题是,所有 2000 个位置也不必一次显示。当用户 GPS 开启时,它将确定用户的位置并显示最近的 5 家商店。
谢谢。
使用MKMapView的regionDidChangeAnimated委托功能以及mapView.region,您可以确定地图的当前可见区域。根据此可见区域动态添加和删除位置。
MKMapView
regionDidChangeAnimated
mapView.region