menu
ac_geojson package
documentation
ac_geojson.dart
GeoJsonGeometryCollection
add method
add method
dark_mode
light_mode
add
method
void
add
(
GeoJsonGeometry
geom
)
Add a geometry to the collection
Implementation
void add(GeoJsonGeometry geom) => geometries.add(geom);
ac_geojson package
documentation
ac_geojson
GeoJsonGeometryCollection
add method
GeoJsonGeometryCollection class