- otpcon
OTP connection object produced by otp_connect()
- fromPlace
Numeric vector, Longitude/Latitude pair,
e.g. `c(-0.134649,51.529258)`,
or 2 column matrix of Longitude/Latitude pairs, or sf
data frame of POINTS
- fromID
character vector same length as fromPlace
- mode
character vector of one or more modes of travel valid values
TRANSIT, WALK, BICYCLE, CAR, BUS, RAIL, SUBWAY, TRAM, FERRY, BICYCLE_RENT,
BICYCLE_PARK, CAR_PARK, CABLE_CAR, GONDOLA, FUNICULAR, AIRPLANE, default
CAR. Not all combinations are valid e.g. c("WALK","BUS") is valid but
c("WALK","CAR") is not.
- date_time
POSIXct, a date and time, defaults to current
date and time
- arriveBy
Logical, Whether the trip should depart or
arrive at the specified date and time, default FALSE
- maxWalkDistance
maximum distance to walk in metres
- routingOptions
named list passed to OTP see `otp_routing_options()`
- cutoffSec
Numeric vector, number of seconds to define
the break points of each Isochrone
- ncores
number of cores to use in parallel processing
- timezone
character, timezone to use, default from otpcon