Skip to content

Commit 75f8884

Browse files
rsneddsymonds
authored andcommitted
s2: Add CellIndex and associated types.
This is used by Closest/Furthest Cell Query, which is needed for Builder. Updates #59. Signed-off-by: David Symonds <dsymonds@golang.org>
1 parent f335e21 commit 75f8884

File tree

3 files changed

+845
-0
lines changed

3 files changed

+845
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ listing of the incomplete methods are documented at the end of each file.
161161
**In Progress** Files that have some work done, but are probably not complete
162162
enough for general use in production code.
163163

164+
* CellIndex - A queryable index of CellIDs.
164165
* Polygon - Polygons with multiple loops are supported. It fully implements
165166
Shape and Region, but it's missing most other methods. (Area, Centroid,
166167
Distance, Projection, Intersection, Union, Contains, Normalized, etc.)

0 commit comments

Comments
 (0)