We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7286978 commit 99e1580Copy full SHA for 99e1580
geo/bbox.go
@@ -1,5 +1,6 @@
1
package geo
2
3
+// BBox is the bounding box constraint where the Mercator projection works.
4
type BBox struct {
5
Top, Left, Bottom, Right float64
6
}
0 commit comments