我有yandex.yandexmapkit.MapView
。我想从中创建截图。
如何从yandex地图套件中获取屏幕截图?
答案 0 :(得分:1)
有两种方式。
第一个使用the static Yandex map API(有时你不需要使用复杂的Mapkit):
http://static-maps.yandex.ru/1.x/?lang=ru-RU&ll=32.810152,39.889847&size=450,450&z=10&l=map
第二种方法是将MapView
绘制为Bitmap
和it's not difficult。
答案 1 :(得分:1)
如果您不想使用静态的Yandex map API,则可以使用MapView.getScreenshot()
方法。
此外,如果此方法返回null,简而言之,您应该尝试将xml属性app:movable="true"
添加到MapView。