set_popup {mapgl} | R Documentation |
Set popup on a map layer
Description
Set popup on a map layer
Usage
set_popup(map, layer_id = NULL, popup, layer = NULL)
Arguments
map |
A map object created by the |
layer_id |
The ID of the layer to update. |
popup |
The name of the popup property or an expression to set. |
layer |
Deprecated. Use |
Value
The updated map object.
[Package mapgl version 0.3.2 Index]