toggle menu
mapsglmaps
androidJvm
switch theme
search in API
mapsglmaps
/
com.xweather.mapsgl.map
/
MapEventObserver
Map
Event
Observer
interface
MapEventObserver
Inheritors
MapLayer
Members
Functions
on
Add
Link copied to clipboard
abstract
fun
onAdd
(
)
abstract
fun
onAdd
(
context
:
RenderContext
<
Any
>
,
tileLayer
:
TileLayer
)
on
Click
Link copied to clipboard
abstract
fun
onClick
(
)
on
Hidden
Link copied to clipboard
abstract
fun
onHidden
(
)
on
Move
Link copied to clipboard
abstract
suspend
fun
onMove
(
)
on
Move
End
Link copied to clipboard
abstract
suspend
fun
onMoveEnd
(
)
on
Move
Start
Link copied to clipboard
abstract
fun
onMoveStart
(
)
on
Remove
Link copied to clipboard
abstract
fun
onRemove
(
)
on
Resize
Link copied to clipboard
abstract
fun
onResize
(
)
on
Visible
Link copied to clipboard
abstract
fun
onVisible
(
)
update
Link copied to clipboard
abstract
suspend
fun
update
(
)