S2POLYGON_LAZY_INDEXING

Build the S2ShapeIndex only when it is first needed. This can save significant amounts of memory and time when geometry is constructed but never queried, for example when converting from one format to another.

enum bool S2POLYGON_LAZY_INDEXING;

Meta