dhconnelly / rtreego

an R-Tree library for Go

Home Page:http://dhconnelly.github.com/rtreego

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add bounding box for points

opened this issue · comments

Seem quite weird to me that there is no way to take two points and create rect. I would expect to be able to create bounding box taking 2+ points and creating Rect based on min and max lng/lat/..(x/y/..) values.

I see there is private function for this, why not make it public?