

We encourage any kind of suggestions to improve the quality of thisĬode. General Public License v3.0 How to contribute These limits are established by the Google

There are a set of limits to the number of calls that can be done. Results <- gmapsdistance( origin = c( "Washington DC", "New York NY", "Seattle WA", "Miami FL"), destination = c( "Washington DC", "New York NY", "Seattle WA", "Miami FL"), mode = "bicycling", dep_date = "", # provided as string in ISO 8601 format dep_time = "12:00:00", # provided as string in HH:MM:SS format key = Sys.getenv( "GOOGLE_API_KEY")) # your actual API key comes here.