Source
    The base class for SourceStates, which handles the attach/detach from the layer, and updating Source properties.
Parameters
source
The id of the source state.
source
The type of the source in plain text.
initial
The initial mutable properties of the source.
initial
The initial GeoJSONData of the source to be used for GeoJsonSourceState.
Types
Link copied to clipboard
                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.