MCPcopy Create free account
hub / github.com/python-visualization/folium / __init__

Method __init__

folium/plugins/geoman.py:84–89  ·  view source on GitHub ↗
(self, position="topleft", feature_group=None, on=None, **kwargs)

Source from the content-addressed store, hash-verified

82 ]
83
84 def __init__(self, position="topleft", feature_group=None, on=None, **kwargs):
85 super().__init__()
86 self._name = "GeoMan"
87 self.feature_group = feature_group
88 self.on = on or {}
89 self.options = remove_empty(position=position, **kwargs)
90
91 @leaflet_method
92 def set_global_options(self, **kwargs):

Callers

nothing calls this directly

Calls 1

remove_emptyFunction · 0.90

Tested by

no test coverage detected