MapObjectState

abstract class MapObjectState<T : MapObject>

The part of a map object that a composable parameter cannot express.

A state is bound to its map object while the matching composable is in the composition. Methods that have nothing to return do nothing before that happens; the ones that do throw IllegalStateException.

Inheritors

Properties

Link copied to clipboard

Tells if the bound map object is valid or not.

Functions

Link copied to clipboard
fun setVisible(visible: Boolean, animation: Animation, onFinished: Callback? = null)

Manages visibility of the object with a transition between the visible and not visible states.