Enum member 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 S2POLYGON_LAZY_INDEXING = true;