Versions in this module Expand all Collapse all v0 v0.2.0-preview1 Jun 18, 2025 v0.1.0 May 21, 2025 Changes in this version + type MultiPolygon = Polygon + func NewMultiPolygon(coordinates [][][]float64) *MultiPolygon + type Point struct + Coordinates []float64 + Type string + type Polygon struct + Coordinates [][][]float64 + Type string + func NewPolygon(coordinates [][]float64) *Polygon