FadingConfig

Class used to configure fading of a map object based on zoom level.

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)

Types

Link copied to clipboard
class Builder(startFadingZoom: Double, finishFadingZoom: Double)

A builder used to create an instance of FadingConfig.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.