package
1.3.48
Repository: https://github.com/sandwich-go/boost.git
Documentation: pkg.go.dev

# README

geom

地理位置

  • 支持地理位置运算

例子

x := PtInt8(1, 0)
y := PtInt8(1, 4)
z := x.Add(y)
fmt.Println(z)

Output:

(2,4)