3

我有一个地图视图应用程序,并使用MKCircle.

默认圆被设置为半径,这意味着当改变地图视图时,圆会变大或变小。

我不想要这个。我想保持大小,所以我想我需要在缩放级别改变时改变半径。

我是否需要这样做

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

有谁知道如何做到这一点?

4

0 回答 0