add_box¶
-
WebMap.
add_box
(contents=None, position='topright')¶ Add a box that with static content.
- Parameters
contents (str) – contents to be displayed on the box (in html format) (Default: None).
position ({'topleft', 'topright', 'bottomleft', 'bottomright'}) – Position of the box in the map (Default: ‘topright’).