使用googleway包计算距离的限制

时间:2018-02-22 02:25:20

标签: r google-maps googleway

googleway.distance的来源/目的地对是否有限制?我在几个地方进行了测试,并且确实有效:

google_distance(origins = c(38.90826, -78.20459), destinations = c(38.899799, -77.02137), 
            mode = c("driving", "walking", "bicycling", "transit"), 
            key = api_key)

但是,当我切换到使用2个数据帧作为起源和目的地(每个114个元素)时,我收到了这个错误:

Error: lexical error: invalid char in json text.
                                   https://maps.googleapis.com/map
                 (right here) ------^

但是,该代码适用于每个10个元素的2个数据帧。我可以查询多少对?我总共有大约300个起源/目的地对,我怎样才能快速方便地完成这项工作?

0 个答案:

没有答案