标签: r google-maps ggmap rgooglemaps
使用R,可以在Google Maps API中查询指定位置的最新图像,例如
library(ggmap) mal <- get_map('Malabo', zoom = 12, maptype = 'satellite') ggmap(mal)
API是否允许/支持从用户指定的日期查询历史图像?如果是的话:
- 这可以在R?
- 如果无法在R中完成,还有其他方法/工具吗?
非常感谢。