You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/types/geo
Simon Law 93511be044
types/geo: add geo.Point and its associated units (#16583)
Package geo provides functionality to represent and process
geographical locations on a sphere. The main type, geo.Point,
represents a pair of latitude and longitude coordinates.

Updates tailscale/corp#29968

Signed-off-by: Simon Law <sfllaw@tailscale.com>
5 months ago
..
doc.go types/geo: add geo.Point and its associated units (#16583) 5 months ago
point.go types/geo: add geo.Point and its associated units (#16583) 5 months ago
point_test.go types/geo: add geo.Point and its associated units (#16583) 5 months ago
quantize.go types/geo: add geo.Point and its associated units (#16583) 5 months ago
quantize_test.go types/geo: add geo.Point and its associated units (#16583) 5 months ago
units.go types/geo: add geo.Point and its associated units (#16583) 5 months ago
units_test.go types/geo: add geo.Point and its associated units (#16583) 5 months ago