add method

void add(
  1. GeoJsonFeature geom
)

Add a geometry to the collection

Implementation

void add(GeoJsonFeature<dynamic> geom) => geometries?.add(geom);