compose-map
Toggle table of contents
12.4.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
compose-map
compose-map
/
ru.dgis.sdk.compose.map
/
CopyrightMargins
Copyright
Margins
data
class
CopyrightMargins
(
val
left
:
Int
=
0
,
val
top
:
Int
=
0
,
val
right
:
Int
=
0
,
val
bottom
:
Int
=
0
)
Members
Constructors
Copyright
Margins
Link copied to clipboard
constructor
(
left
:
Int
=
0
,
top
:
Int
=
0
,
right
:
Int
=
0
,
bottom
:
Int
=
0
)
Properties
bottom
Link copied to clipboard
val
bottom
:
Int
=
0
left
Link copied to clipboard
val
left
:
Int
=
0
right
Link copied to clipboard
val
right
:
Int
=
0
top
Link copied to clipboard
val
top
:
Int
=
0