def _LL3_to_geojson_dict()

in src/h3/_h3shape.py [0:0]


def _LL3_to_geojson_dict(ll3):
    gj_dict = {
        'type': 'MultiPolygon',
        'coordinates': ll3,
    }

    return gj_dict