getBoundingBoxPoints

fun getBoundingBoxPoints(coordinates: MutableList<Point>): Pair<Point, Point>

좌표열을 받아서 가장 큰 좌하단 끝점, 우상단 끝점 리턴한다.

Return

Pair(southwestPoint, northeastPoint)

Parameters

coordinates

: MutableList