S2CellUnion.intersects

Returns true if the cell union intersects the given cell id. This is a fast operation (logarithmic in the size of the cell union).

  1. bool intersects(S2CellId id)
    class S2CellUnion
    const
    bool
    intersects
  2. bool intersects(S2CellUnion y)

Meta