如何获得mapview可见矩形周围的区域?

时间:2011-08-31 14:04:22

标签: iphone objective-c ios mkmapview

我可以使用self.mapView.visibleMapRect获取mapView的可见矩形,但是如何获得稍微超出此矩形的区域的矩形?

---------------------
|                   |
|                   |
|    ----------     |     * the map shown on the screen 
|    |        |     |
|    |   *    |     |
|    |        |     |
|    ----------     |
|                   |
|                   | <- the rect that I want
---------------------

1 个答案:

答案 0 :(得分:0)

这取决于你所说的'我想要的矩形'。你在谈论父视图(或窗口)吗?如果它是父视图并且您从视图控制器访问它,则可以使用 self.view.frame 。你需要澄清你所追求的领域。