MapboxLifecycleObserver

interface MapboxLifecycleObserver

MapboxLifecycleObserver interface defines the lifecycle events that needed by MapView.

Functions

onDestroy
Link copied to clipboard
abstract fun onDestroy()

Called to dispose the renderer

onLowMemory
Link copied to clipboard
abstract fun onLowMemory()

Called to reduce memory use

onStart
Link copied to clipboard
abstract fun onStart()

Called to start rendering

onStop
Link copied to clipboard
abstract fun onStop()

Called to stop rendering

Inheritors

MapControllable
Link copied to clipboard