Get the outlines of a set of H3 hexagons, returned in GeoJSON MultiPolygonformat (an array of polygons, each with an array of loops, each an array ofcoordinates). Coordinates are returned as [lat, lng]
pairs unless GeoJSONis requested.
h3_set_to_multi_polygon(h3Indexes, formatAsGeoJson = FALSE)
h3Indexes |
|
---|---|
formatAsGeoJson |
|
Array.<Array>
- MultiPolygon-style output.