NAME
Geo::JSON::GeometryCollection - object representing a geojson GeometryCollection
VERSION
version 0.006
SYNOPSIS
use Geo::JSON::GeometryCollection;
my $gcol = Geo::JSON::GeometryCollection->new({
geometries => [ ... ],
});
my $json = $mpt->to_json;
DESCRIPTION
A 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.
AUTHOR
Michael Jemmeson <mjemmeson@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Michael Jemmeson <mjemmeson@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.