googleway (version 2.7.1)

add_bicycling: Add bicycling

Description

Adds bicycle route information to a googleway map object

Usage

add_bicycling(map)

Arguments

map

a googleway map object created from google_map()

Examples

Run this code
# NOT RUN {
map_key <- "your_api_key"
google_map(key = map_key) %>%
  add_bicycling()

# }

Run the code above in your browser using DataCamp Workspace