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.
我有一个应用程序,它使用 Web 服务搜索有关电台的信息,然后我得到响应 JSON。但是每次我改变中心的位置时,我都必须重新加载图钉并添加新的图钉,即使它们已经在地图上。
我可以获取响应 JSON,获取要显示的信息并创建注释。问题是当我移动中心时,它会重新加载其他注释。
问题是我将该方法插入到连接到 Web 服务的方法中,或者当我收到响应时......
但是我在第一行中插入了这个方法:
- (MKAnnotationView *)mapView:(MKMapView *)mapViewStation viewForAnnotation:(id <MKAnnotation>)annotation [map removeAnnotations:map.annotations]; //Code
它摇摆不定。谢谢