WidthByZoom

data class WidthByZoom(val width: Double, val zoom: Double = DEFAULT_ZOOM_LEVEL)

Represents a pair of width for the given zoom level.

Constructors

Link copied to clipboard
constructor(width: Double, zoom: Double = DEFAULT_ZOOM_LEVEL)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The width for the given zoom in density-independent pixels (dp).

Link copied to clipboard

The zoom for the given width.