Builder

class Builder(startFadingZoom: Double, finishFadingZoom: Double)

A builder used to create an instance of FadingConfig.

Parameters

startFadingZoom

zoom level when the fading out should start (meaning the object is still fully visible)

finishFadingZoom

zoom level when the fading out should end (meaning the object is not visible)

Constructors

Link copied to clipboard
constructor(startFadingZoom: Double, finishFadingZoom: Double)

Functions

Link copied to clipboard

Creates an instance of FadingConfig.