Various styles for a google_map() map.

map_styles()

Value

list of styles

Note

you can generate your own map styles at https://mapstyle.withgoogle.com/

Examples

# NOT RUN {
map_key <- "your_map_key"
google_map(key = map_key, style = map_styles()$silver)

# }