Maps and Navigation SDK
1.6.0
androidJvm
com.tomtom.sdk.maps:map-display-api
/
com.tomtom.sdk.map.display.common.screen
/
Padding
/
Padding
Padding
constructor
(
padding
:
Int
=
0
)
Defines the padding in pixels.
Parameters
padding
The top, left, right and bottom padding in pixels.
constructor
(
left
:
Int
,
top
:
Int
,
right
:
Int
,
bottom
:
Int
)