map_styles {googleway} | R Documentation |
Map Styles
Description
Various styles for a google_map()
map.
Usage
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)
## End(Not run)
[Package googleway version 2.7.8 Index]