MapPadding

data class MapPadding(val left: Double = 0.0, val top: Double = 0.0, val right: Double = 0.0, val bottom: Double = 0.0)

Constructors

Link copied to clipboard
constructor(padding: Double)
constructor(left: Double = 0.0, top: Double = 0.0, right: Double = 0.0, bottom: Double = 0.0)

Properties

Link copied to clipboard
val bottom: Double = 0.0
Link copied to clipboard
val left: Double = 0.0
Link copied to clipboard
val right: Double = 0.0
Link copied to clipboard
val top: Double = 0.0