getBoundsEndZoomToFit

fun getBoundsEndZoomToFit(pointList: MutableList<Point>, duration: Long, leftPx: Double = 0.0, topPx: Double = 0.0, rightPx: Double = 0.0, bottomPx: Double = 0.0)

Deprecated

Deprecated

Replace with

updateCameraBounds(pointList, duration, boundsPadding)

Get bounds end zoom to fit 좌표열을 입력받아 zoom to fit 을 구하고 애니메이션을 실행한다.

Parameters

pointList

범위를 구하려는 모든 좌표열

duration

애니메이션 duration

left

left Padding px단위

top

top Padding px단위

right

right Padding px단위

bottom

bottom Padding px단위