|
NAMEGeo::JSON::PointSYNOPSISuse Geo::JSON::Point; my $pt = Geo::JSON::Point->new({ coordinates => [ 51.50101, -0.14159 ], }); my $json = $pt->to_json; DESCRIPTIONA GeoJSON object with a coordinates attribute of a single position.See Geo::JSON for more details.
Visit the GSP FreeBSD Man Page Interface. |