mapbox-maps-android
mapbox-maps-android
/
com.mapbox.maps.extension.compose.style.atmosphere.generated
/
AtmosphereState
/
Holder
Holder
@
MapboxExperimental
data
class
Holder
(
val
cachedProperties
:
Map
<
String
,
Value
>
)
:
Parcelable
Atmosphere Holder class to be used within
Saver
.
Constructors
Functions
Properties
Constructors
Holder
Link copied to clipboard
fun
Holder
(
cachedProperties
:
Map
<
String
,
Value
>
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
cached
Properties
Link copied to clipboard
val
cachedProperties
:
Map
<
String
,
Value
>
Cached properties.