A proxy addresses a widget that is already on screen, so a Shiny app can
replace its project with update_geolibre() or drive the live map with the
geolibre_*() command functions, without re-rendering the widget.
Examples
if (interactive() && requireNamespace("shiny", quietly = TRUE)) {
proxy <- geolibre_proxy("map")
}