setMapPadding

fun setMapPadding(bottom: Int, left: Int, right: Int, top: Int)

Sets the padding for the map view.

TODO(250812): 검토 필요, UI모드 및 안내 상태 변경 시 TrackingMode 업데이트로 인해 내부적인 Padding 값으로 다시 적용됨

Parameters

bottom

The bottom padding for the map in pixels.

left

The left padding for the map in pixels.

right

The right padding for the map in pixels.

top

The top padding for the map in pixels.