sdk-maps / com.tomtom.online.sdk.map.style.layers / Visibility

Visibility

@Beta(2020, 12) class Visibility

A property that defines whether a selected style element is visible or not.

Enum Values

VISIBLE

NONE

Functions

fromInt

static fun fromInt(value: Int): Visibility

Converts int to the enum. If not found, NONE is returned.

getValue

fun getValue(): Int

The int value that is assigned to the enumeration value.