Closed chalioui closed 2 years ago
The google_map()
function has both a location
and a zoom
argument for this.
Yes, but how we can update it in a shiny app using google_map_update ?
Good question. At the moment I think the only way to do this is by supplying data to one of the add_*()
layers, as the view will update to where your data is.
as per this comment there is now a google_map_view()
function for updating the view
Hi! There is any way to update the initial starting position of the map by providing a vector of latitude/longitude and a zoom level in a shiny app ?
Thank you