operator [] method

E operator [](
  1. int index
)

The geometry at the given index in this geometry collection.

The given index must be non-negative and less than length.

See also geometries.

Implementation

E operator [](int index) => _geometries[index];