WidthByZoom

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

Represents a pair of width for the given zoom level.

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

Parameters

width

The width for the given zoom.

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