MCPcopy
hub / github.com/golang/geo / Rect

Struct Rect

s2/rect.go:28–31  ·  view source on GitHub ↗

Rect represents a closed latitude-longitude rectangle.

Source from the content-addressed store, hash-verified

26
27// Rect represents a closed latitude-longitude rectangle.
28type Rect struct {
29 Lat r1.Interval
30 Lng s1.Interval
31}
32
33var (
34 // TODO(rsned): Make these public to match FullLat/FullLng from C++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected