WidthByZoom

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

Represents a pair of width for the given zoom level.

Parameters

width

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

zoom

The zoom for the given width.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard