Package-level declarations

Screen geometry types used by map display APIs, including points, padding, rectangles, surface size, and anti-aliasing settings.

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class Padding(val left: Int, val top: Int, val right: Int, val bottom: Int) : Parcelable

Defines the padding in pixels.