IconSize

Scales the original size of the icon by the provided factor. The new pixel size of the image will be the original pixel size multiplied by icon-size. 1 is the original size; 3 triples the size of the image.

Parameters

value

the property wrapped in Value to be used with native renderer.

Constructors

Link copied to clipboard
fun IconSize(value: Double)

Construct the IconSize with Double.

Link copied to clipboard
fun IconSize(expression: Expression)

Construct the IconSize with Mapbox Expression.

Link copied to clipboard
fun IconSize(value: Value)

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard