polygonToCells function

List<H3Index> polygonToCells(
  1. GeoPolygon polygon,
  2. int resolution
)

Returns all cells whose centers are within the polygon at resolution.

Implementation

List<H3Index> polygonToCells(GeoPolygon polygon, int resolution) =>
    _unsupported();