|
NAMEGeo::JSON::MultiPointSYNOPSISuse Geo::JSON::MultiPoint; my $mpt = Geo::JSON::MultiPoint->new({ coordinates => [ [ 51.50101, -0.14159 ], [ 57.596278, -13.687306 ], ], }); my $json = $mpt->to_json; DESCRIPTIONA GeoJSON object with a coordinates attribute consisting of an arrayref of positions.See Geo::JSON for more details.
Visit the GSP FreeBSD Man Page Interface. |