View source: R/highcharts-api.R
| hc_mapNavigation | R Documentation | 
The mapNavigation option handles buttons for navigation in addition to mousewheel and doubleclick handlers for map zooming.
hc_mapNavigation(hc, ...)
| hc | A  | 
| ... | Arguments defined in https://api.highcharts.com/highmaps/mapNavigation. | 
hcmap(download_map_data = FALSE) |> 
  hc_mapNavigation(
    enabled = TRUE,
    enableMouseWheelZoom = TRUE,
    enableDoubleClickZoom = TRUE
  )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.