Description Usage Arguments Examples
Traffic incidents
1 | incident_details(left, bottom, right, top)
|
left |
Left edge of bounding box. |
bottom |
Bottom edge of bounding box. |
right |
Right edge of bounding box. |
top |
Top edge of bounding box. |
1 2 3 4 5 6 | #' library(tomtom)
TOMTOM_API_KEY = Sys.getenv("TOMTOM_API_KEY")
set_api_key(TOMTOM_API_KEY)
incidents <- incident_details(23.4, 37.9, 24.0, 38.2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.