ipyleaflet
from ipyleaflet import Map, FullScreenControl m = Map(zoom=5, center=[51.64, -76.52]) m.add_control(FullScreenControl()) m
FullScreenControl class, with Control as parent class.
A control which contains a button that will put the Map in full-screen when clicked.
previous
Layers Control
next
Measure Control