powered by
Remove the speed control from the map
remove_speed_control(proxy, panel_id = NULL)
The map proxy object for chaining.
The map proxy object created by mapProxy().
mapProxy()
Optional. If provided, removes the speed control from the specified control panel. If NULL, removes the standalone speed control.
# Add to a map map() |> add_speed_control() # Add to a control panel map() |> add_control_panel(panel_id = "my_panel", title = "Map Settings") |> add_speed_control(panel_id = "my_panel")
Run the code above in your browser using DataLab