GeoJSON Polygon geometry using rings of [longitude, latitude] coordinates.
Summary
Types
Longitude/latitude coordinate pair.
One polygon ring represented as longitude/latitude pairs.
GeoJSON polygon with one or more rings.
Types
Longitude/latitude coordinate pair.
@type ring() :: [coordinate_pair()]
One polygon ring represented as longitude/latitude pairs.
@type t() :: %Aerospike.Geo.Polygon{coordinates: [ring()]}
GeoJSON polygon with one or more rings.
Coordinates are normalized to floats by Aerospike.Geo.polygon/1.