toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.utils
/
VariableObserver
Variable
Observer
class
VariableObserver
Members
Constructors
Variable
Observer
Link copied to clipboard
constructor
(
)
Properties
layer
Id
Link copied to clipboard
lateinit
var
layerId
:
String
variable
Link copied to clipboard
val
variable
:
LiveData
<
String
>
Functions
observe
Variable
Link copied to clipboard
fun
observeVariable
(
observer
:
Observer
<
String
>
,
id
:
String
)
observe
Variable
Old
Link copied to clipboard
fun
observeVariableOld
(
observer
:
Observer
<
String
>
,
id
:
String
)
stop
Observing
Link copied to clipboard
fun
stopObserving
(
observer
:
Observer
<
String
>
)
update
Variable
Link copied to clipboard
fun
updateVariable
(
newValue
:
String
)