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