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.

zoom

The zoom for the given width.

Important: This is a Public Preview API. It may be changed or removed at any time.

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
val width: Double
Link copied to clipboard
val zoom: Double