maps
androidJvm
maps
/
com.kt.maps
/
KtMapOptions
/
CREATOR
CREATOR
object
CREATOR
:
Parcelable.Creator
<
KtMapOptions
>
Members
Properties
default
Manager
List
Link copied to clipboard
val
defaultManagerList
:
List
<
Manager.KtMapManager
>
Functions
create
From
Attributes
Link copied to clipboard
fun
createFromAttributes
(
context
:
Context
)
:
KtMapOptions.CREATOR
fun
createFromAttributes
(
context
:
Context
,
attrs
:
AttributeSet
?
)
:
KtMapOptions
create
From
Parcel
Link copied to clipboard
open
override
fun
createFromParcel
(
parcel
:
Parcel
)
:
KtMapOptions
extract
Valid
Font
Link copied to clipboard
fun
extractValidFont
(
vararg
fontNames
:
String
?
)
:
String
Select a font from a range of font names to match the availability of fonts on the device.
new
Array
Link copied to clipboard
open
override
fun
newArray
(
size
:
Int
)
:
Array
<
KtMapOptions
?
>