|
NAMEGeo::JSON::GeometryCollection - object representing a geojson GeometryCollection SYNOPSIS use Geo::JSON::GeometryCollection;
my $gcol = Geo::JSON::GeometryCollection->new({
geometries => [ ... ],
});
my $json = $mpt->to_json;
DESCRIPTIONA GeoJSON object with a geometries attribute consisting of an arrayref of Geometry objects (Point, MultiPoint, LineString, MultiLineString, Polygon, or MultiPolygon). See Geo::JSON for more details.
|