S2RegionCoverer.getCovering

Like the methods above, but works directly with a vector of S2CellIds. This version can be more efficient when this method is called many times, since it does not require allocating a new vector on each call.

  1. S2CellUnion getCovering(S2Region region)
  2. void getCovering(S2Region region, S2CellId[] covering)
    class S2RegionCoverer
    void
    getCovering

Meta