我可以使用self.mapView.visibleMapRect获取mapView的可见矩形,但是如何获得稍微超出此矩形的区域的矩形?
---------------------
| |
| |
| ---------- | * the map shown on the screen
| | | |
| | * | |
| | | |
| ---------- |
| |
| | <- the rect that I want
---------------------
答案 0 :(得分:0)
这取决于你所说的'我想要的矩形'。你在谈论父视图(或窗口)吗?如果它是父视图并且您从视图控制器访问它,则可以使用 self.view.frame 。你需要澄清你所追求的领域。