从社区名称中获取 Lat/Long

Get a Lat/Long from a Neighborhood Name

我有一份来自里约热内卢的街区名称列表,想要获取与名称关联的纬度和经度。

当我在 Google 中键入任何名称时,它会以 lat/long 元组进行响应,如下所示。

我想知道是否有一种程序化的方式来执行此操作,而不是通过谷歌搜索每个社区名称,然后为该社区输入 lat/long。我怀疑 ggmap 可能有一种方法可以做到这一点,但我们将不胜感激任何指导。

library(ggmap)
geocode("copacabana")

# Information from URL : http://maps.googleapis.com/maps/api/geocode/json?address=copacabana&sensor=false
# lon      lat
# 1 -79.38823 43.64842