setPositionParkingFloor

fun setPositionParkingFloor(position: Int, left: Int, top: Int, right: Int, bottom: Int)

주차장 층 표시UI 위치 설정 position - 8개 방향 START - Gravity.START TOP - Gravity.TOP END - Gravity.END BOTTOM - Gravity.BOTTOM TOP_START - Gravity.TOP or Gravity.START TOP_END - Gravity.TOP or Gravity.END BOTTOM_START - Gravity.BOTTOM or Gravity.START BOTTOM_END - Gravity.BOTTOM or Gravity.END left Int top Int right Int bottom Int Sets the margins, in pixels.