Skip to content

Commit d2a1224

Browse files
committed
add docstring
1 parent 963cc0b commit d2a1224

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

folium/map.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ class LayerControl(MacroElement):
144144
autoZIndex : bool, default True
145145
If true the control assigns zIndexes in increasing order to all of
146146
its layers so that the order is preserved when switching them on/off.
147+
draggable: bool, default False
148+
By default the layer control has a fixed position. Set this argument
149+
to True to allow dragging the control around.
147150
**kwargs
148151
Additional (possibly inherited) options. See
149152
https://leafletjs.com/reference.html#control-layers

0 commit comments

Comments
 (0)