ors_profile | R Documentation |
List of available modes of transport.
ors_profile(
mode = c("car", "hgv", "bike", "roadbike", "mtb", "e-bike", "walking", "hiking",
"wheelchair")
)
mode |
Profile label. |
Convenience function for specifying the profile in ors_directions()
,
ors_isochrones()
and ors_matrix()
.
Profile name, or named vector of available profiles.
Andrzej Oleś andrzej.oles@gmail.com
ors_directions()
, ors_isochrones()
, ors_matrix()
# list availbale profiles
ors_profile()
# retrieve full profile name based on label
ors_profile("car")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.