How can I tell when an MKOverlay is no longer within view?

孤街浪徒 提交于 2019-12-23 20:23:00

问题


MKMapViewDelegate's mapView:rendererForOverlay fires when an MKOverlay's boundingMapRect enters the visible bounds of the MKMapView.

Is there an equivalent delegate method that is fired when the MKOverlay leaves the map view's visible bounds? Or do I have to do this math myself?

来源:https://stackoverflow.com/questions/23147789/how-can-i-tell-when-an-mkoverlay-is-no-longer-within-view

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!