Attractions.io MapLayr
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Attractions.io MapLayr
maplayr
/
io.attractions.maplayr.model.map
/
Localizable
/
Localized
Localized
data
class
Localized
(
@
Size
(
min
=
1
)
val
variants
:
Map
<
String
,
String
>
)
:
Localizable
Members
Constructors
Localized
Link copied to clipboard
constructor
(
parcel
:
Parcel
)
constructor
(
@
Size
(
min
=
1
)
variants
:
Map
<
String
,
String
>
)
Types
CREATOR
Link copied to clipboard
object
CREATOR
:
Parcelable.Creator
<
Localizable.Localized
>
Properties
variants
Link copied to clipboard
val
variants
:
Map
<
String
,
String
>
Functions
describe
Contents
Link copied to clipboard
open
override
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
open
override
fun
writeToParcel
(
parcel
:
Parcel
,
flags
:
Int
)