如何使用JavaScript / PHP将Google地球当前视图的屏幕截图设为图像。或者,如果屏幕截图中有可用的API,我可以提供纬度和经度,它应该是图像。我尝试了使用html的GEWebBrowser和canvas元素来保存加载在div或img元素中的Google Earth View(在两者中都试过)但没有取得任何成功。
答案 0 :(得分:3)
此链接显示如何根据Lat / Long值生成Google地图图片:
https://developers.google.com/maps/documentation/imageapis/
<img src="https://maps.googleapis.com/maps/api/staticmap?center=-15.800513,-47.91378&zoom=11&size=200x200&sensor=false">
答案 1 :(得分:0)
您可以查看PhantomJS。您可以在此页面上找到示例代码:https://github.com/ariya/phantomjs/wiki/Screen-Capture。