Nothing
#' Map Info
#'
#'Returns information about currently supported countries.
#'
#'See \url{https://docs.traveltime.com/api/reference/map-info/} for details
#'
#' @return API response parsed as list and as a raw json
#' @export
#'
#' @examples \dontrun{
#' map_info()
#' }
map_info <- function() {
traveltime_api(path = 'map-info')
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.