googleway (version 2.7.8)

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
if (FALSE) {

map_key <- "your_api_key"
google_map(key = map_key) %>%
  add_bicycling()

}

Run the code above in your browser using DataLab