Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是一个很奇怪的问题。在 iOS6 中,如果您打开地图图钉,您可以看到一个带有标题的视图,其中地图处于卫星模式,并在地图图钉的位置周围画圈。有什么办法可以以编程方式实现这一目标吗?
我还没有加载 iOS 6,所以我猜你描述的外观。如果屏幕顶部有静态卫星图像,您需要找到卫星图像的来源。谷歌静态 API 许可证说你只能在网页中使用他们的静态图像(即不是应用程序),我不知道苹果公司提供静态地图(即在 MKMapView 之外)。因此,您可能需要在顶部放置一个小的 MKMapView,然后以编程方式或使用 Interface Builder 关闭用户与它的交互。