Geo-coding converts a named place, such as a street name into a lng/lat pair.
Usage
otp_geocode(
otpcon = NULL,
query = NULL,
autocomplete = FALSE,
stops = TRUE,
clusters = FALSE,
corners = TRUE,
type = "SF"
)
Arguments
- otpcon
OTP connection object produced by otp_connect()
- query
Character, The query string we want to geocode
- autocomplete
logical Whether we should use the query string to do a prefix match, default FALSE
- stops
Logical, Search for stops, either by name or stop code, default TRUE
- clusters
Logical, Search for clusters by their name, default FALSE
- corners
Logical, Search for street corners using at least one of the street names, default TRUE
- type
Character, How should results be returned can be "SF" or "Coordinates" or "Both", Default "SF"
See also
Other routing:
otp_isochrone()
,
otp_plan()
,
otp_pointset()
,
otp_routing_options()
,
otp_validate_routing_options()