toggle menu
MapLibre Native Android
11.6.1
androidJvm
switch theme
search in API
MapLibre Native Android
/
org.maplibre.android.util
/
DefaultStyle
Default
Style
open
class
DefaultStyle
:
Parcelable
Default style definition
Members
Constructors
Default
Style
Link copied to clipboard
constructor
(
url
:
String
,
name
:
String
,
version
:
Int
)
Construct a new Default style definition
Properties
CONTENTS_FILE_DESCRIPTOR
Link copied to clipboard
val
CONTENTS_FILE_DESCRIPTOR
:
Int
=
1
CREATOR
Link copied to clipboard
val
CREATOR
:
Parcelable.Creator
<
DefaultStyle
>
Inner class responsible for recreating Parcels into objects.
name
Link copied to clipboard
open
var
name
:
String
PARCELABLE_WRITE_RETURN_VALUE
Link copied to clipboard
val
PARCELABLE_WRITE_RETURN_VALUE
:
Int
=
1
url
Link copied to clipboard
open
var
url
:
String
version
Link copied to clipboard
open
var
version
:
Int
Functions
describe
Contents
Link copied to clipboard
open
fun
describeContents
(
)
:
Int
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.
write
To
Parcel
Link copied to clipboard
open
fun
writeToParcel
(
@
NonNull
out
:
Parcel
,
flags
:
Int
)
Flatten this object in to a Parcel.