Skip to contents

Adding a latitude and longitude grid layer

Basic example

Advanced example

For more info on controls see the Controls Vignette

library(toro)
map() |>
  add_lat_lng_grid("red") |>
  add_visibility_toggle("lat_lng_grid")