module GeoJSON::Area
Overview
Calculate the area inside of any GeoJSON geometry.
Extended Modules
Defined in:
geojson/area.crgeojson_area.cr
Constant Summary
-
VERSION =
{{ (`shards version /srv/crystaldoc.info/github-geocrystal-geojson_area-v0.2.1/src`).chomp.stringify }}
Instance Method Summary
-
#area(object : GeoJSON::Object) : Float32 | Float64
Given a Geometry object, return contained area as square meters.
Instance Method Detail
def area(object : GeoJSON::Object) : Float32 | Float64
#
Given a Geometry object, return contained area as square meters.