我想获取任何位置的图像,并使用此图像显示视图。我看起来像MKMapView
,但它更快(我想是这样)
对于谷歌地图,有api可以做:https://developers.google.com/maps/documentation/staticmaps/
但iOS的地图怎么样?你能救我吗?
- UPDATE -
解决方案: MKMapSnapshotter
答案 0 :(得分:4)
在iOS7下,您可以使用MKMapSnapshotter
异步生成MKMapSnapshot
个对象,您可以要求他们UIImage
表示。
否则,您最好选择使用MKMapView
并将userInteractionEnabled
设置为NO
。
另外,Google地图提供了静态地图API。