Holder

data class Holder(val sourcedId: String, val savedProperties: Map<String, Pair<Boolean, Value>>, val geoJSONData: GeoJSONData) : Parcelable

The data class that holds the source state to restore from a Savable.

Parameters

sourcedId

The id of the source state.

savedProperties

The initial mutable properties of the source.

geoJSONData

The initial GeoJSONData of the source(used only in GeoJsonSourceState).

Constructors

Link copied to clipboard
fun Holder(sourcedId: String, savedProperties: Map<String, Pair<Boolean, Value>>, geoJSONData: GeoJSONData)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard