Holder
data class Holder(val sourcedId: String, val builderProperties: Map<String, Value>, val cachedProperties: Map<String, Value>, val geoJSONData: GeoJSONData) : Parcelable
The data class that holds the source state to restore from a Savable.
Parameters
sourced Id
The id of the source state.
builder Properties
The initial immutable properties of the source.
cached Properties
The initial mutable properties of the source.
geo JSONData
The initial GeoJSONData of the source(used only in GeoJsonSourceState).