从yandex地图套件中获取屏幕截图

时间:2015-07-20 17:03:41

标签: android yandex-maps

我有yandex.yandexmapkit.MapView。我想从中创建截图。

如何从yandex地图套件中获取屏幕截图?

2 个答案:

答案 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绘制为Bitmapit's not difficult

答案 1 :(得分:1)

如果您不想使用静态的Yandex map API,则可以使用MapView.getScreenshot()方法。

此外,如果此方法返回null,简而言之,您应该尝试将xml属性app:movable="true"添加到MapView。