toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.style
/
TextFormatOptions
Text
Format
Options
data
class
TextFormatOptions
(
var
fontScale
:
Double
?
=
null
,
var
textFont
:
List
<
String
>
?
=
null
,
var
textColor
:
Color
?
=
null
)
Members
Constructors
Text
Format
Options
Link copied to clipboard
constructor
(
fontScale
:
Double
?
=
null
,
textFont
:
List
<
String
>
?
=
null
,
textColor
:
Color
?
=
null
)
Properties
font
Scale
Link copied to clipboard
var
fontScale
:
Double
?
text
Color
Link copied to clipboard
var
textColor
:
Color
?
text
Font
Link copied to clipboard
var
textFont
:
List
<
String
>
?
Functions
to
JSONObject
Link copied to clipboard
fun
toJSONObject
(
)
:
Map
<
String
,
Any
>