iOS7:不推荐使用方法drawMapRect

时间:2014-07-20 14:33:41

标签: ios xcode android-mapview

我正在尝试在地图视图上绘制圆圈,但正如我已经注意到的那样 - 方法(void)不推荐使用drawMapRect。是否有新的或任何替代品? 感谢。

1 个答案:

答案 0 :(得分:1)

the documentation中所述:

  

改为使用MKOverlayRenderer对象。

- (void)drawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)context