Get drive time for pairs of locations.

get_drive_time(data, max_distance = 30)

Arguments

data

A data frame with a pair of locations. Columns id, lat, lon, id2, lat2, lon2 should be present.

max_distance

Maximum distance to calculate drive times

Value

A tibble