open class MapPadding
Encapsulates map padding from each side
MapPadding()
Default constructor, sets all paddings to 0 MapPadding(paddingTop: Double, paddingLeft: Double, paddingBottom: Double, paddingRight: Double)
Set padding of the map in pixels. |
open fun getPaddingBottom(): Double
Returns padding of the map from the bottom in pixels. |
|
open fun getPaddingLeft(): Double
Returns padding of the map from the left in pixels. |
|
open fun getPaddingRight(): Double
Returns padding of the map from the right in pixels. |
|
open fun getPaddingTop(): Double
Returns padding of the map from the top in pixels. |