sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.naviexpert.navigationsdk.api.ui.map
/
CameraPadding
Camera
Padding
data
class
CameraPadding
(
val
left
:
Int
=
0
,
val
top
:
Int
=
0
,
val
right
:
Int
=
0
,
val
bottom
:
Int
=
0
)
Members
Constructors
Camera
Padding
Link copied to clipboard
constructor
(
all
:
Int
)
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
Functions
plus
Link copied to clipboard
operator
fun
plus
(
cameraPadding
:
CameraPadding
)
:
CameraPadding