Set max street time
set_max_street_time(max_walk_dist, walk_speed, max_trip_duration)
numeric, Maximum walking distance (in meters) for the whole trip. Passed from routing functions.
numeric, Average walk speed in Km/h. Defaults to 3.6 Km/h. Passed from routing functions.
numeric, Maximum trip duration in seconds. Defaults to 120 minutes (2 hours). Passed from routing functions.
Other support functions:
assert_points_input()
,
posix_to_string()
,
select_mode()
,
set_max_rides()
,
set_n_threads()
,
set_speed()
,
set_suboptimal_minutes()
,
set_verbose()
,
street_network_to_sf()