toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.weather.common
Package-level
declarations
Types
Functions
Properties
Types
Presentation
Link copied to clipboard
data
class
Presentation
(
val
title
:
Any
,
val
alwaysShow
:
Boolean
?
=
null
,
val
fn
:
(
value
:
Any
)
->
String
)
Presentation
Type
Link copied to clipboard
enum
PresentationType
:
Enum
<
PresentationType
>
Units
Link copied to clipboard
object
Units
Properties
presentations
Link copied to clipboard
val
presentations
:
Map
<
PresentationType
,
Presentation
>
Functions
get
Value
At
Path
Link copied to clipboard
fun
JsonObject
.
getValueAtPath
(
keyPath
:
String
)
:
JsonElement
?
Recursively retrieves a nested value from a JsonObject using a dot-notated key path.