If we have multiple polygons and we want to calculate the minimum bounding rectangle, how can we do this?
In the native iOS it's done http://stackoverflow.com/questions/1303265/algorithm-for-determining-minimum-bounding-rectangle-for-...
Solved! Go to Solution.
It worked thanks a ton.