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

Method __init__

folium/features.py:883–891  ·  view source on GitHub ↗
(
        self,
        data: dict,
        feature_identifier: str,
        geojson_obj: GeoJson,
    )

Source from the content-addressed store, hash-verified

881 """
882
883 def __init__(
884 self,
885 data: dict,
886 feature_identifier: str,
887 geojson_obj: GeoJson,
888 ):
889 self.data = data
890 self.feature_identifier = feature_identifier
891 self.geojson_obj = geojson_obj
892
893 def get_style_map(self, style_function: Callable) -> TypeStyleMapping:
894 """Return a dict that maps style parameters to features."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected