routoMapSDK Android
routoMapSDK Android
/
com.routo.mapsdk.extension
/
RoutoMapUtil
Routo
Map
Util
class
RoutoMapUtil
Constructors
Functions
Constructors
Routo
Map
Util
Link copied to clipboard
fun
RoutoMapUtil
(
)
Functions
dp
To
Px
Link copied to clipboard
fun
dpToPx
(
context
:
Context
,
dp
:
Double
)
:
Double
get
Bounding
Box
Link copied to clipboard
fun
getBoundingBox
(
points
:
List
<
Point
>
)
:
Pair
<
Point
,
Point
>
get
Bounding
Box
Points
Link copied to clipboard
fun
getBoundingBoxPoints
(
coordinates
:
MutableList
<
Point
>
)
:
Pair
<
Point
,
Point
>
좌표열을 받아서 가장 큰 좌하단 끝점, 우상단 끝점 리턴한다.