View source: R/get_intersection.R
get_intersection | R Documentation |
Get intersections by name and id with option to apply buffer and return streets or edgement of pavement instead of the intersection.
get_intersection(
street_names = NULL,
id = NULL,
dist = 25,
type = c("area", "edge_of_pavement", "streets"),
trim = TRUE
)
street_names |
street names matching one or more of the names from the
|
id |
id values corresponding to one or more id values from the
|
dist |
buffer distance in meters. Optional. |
type |
Type of data to return. "area" returns the intersection center if
|
trim |
If type is "edge_of_pavement" or "streets" and |
Intersection center point, buffered area around intersection center, streets, or edge of pavement data.
get_intersection(street_names = "Overton St & S Chapelgate Lane", dist = 30)
get_intersection(id = "41758", dist = 425, type = "streets", trim = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.