maps
androidJvm
maps
/
com.kt.maps.camera
/
Padding
Padding
class
Padding
:
Parcelable
지도 패딩 정보를 제공하는 클래스 왼쪽/위/오른쪽/아래 방향에 대한 패팅 정보를 픽셀단위로 제공한다.
Members
Constructors
Padding
Link copied to clipboard
constructor
(
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
)
constructor
(
paddings
:
DoubleArray
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bottom
Link copied to clipboard
val
bottom
:
Int
left
Link copied to clipboard
val
left
:
Int
right
Link copied to clipboard
val
right
:
Int
top
Link copied to clipboard
val
top
:
Int
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
o
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
write
To
Parcel
Link copied to clipboard
open
override
fun
writeToParcel
(
out
:
Parcel
,
flags
:
Int
)