The reply arrives on input$id_result with a value holding center, zoom,
bearing, pitch, and the current bbox.
Arguments
- proxy
A GeoLibre proxy created by
geolibre_proxy().- request_id
Optional id echoed back with the reply.
Examples
if (interactive() && requireNamespace("shiny", quietly = TRUE)) {
geolibre_get_view(geolibre_proxy("map"))
}