MapboxLifecycleObserver

MapboxLifecycleObserver interface defines the lifecycle events that needed by MapView.

interface MapboxLifecycleObserver

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onDestroy
Link copied to clipboard

Called to dispose the renderer

abstract fun onDestroy()
onLowMemory
Link copied to clipboard

Called to reduce memory use

abstract fun onLowMemory()
onStart
Link copied to clipboard

Called to start rendering

abstract fun onStart()
onStop
Link copied to clipboard

Called to stop rendering

abstract fun onStop()
toString
Link copied to clipboard
open override fun toString(): String

Inheritors

MapControllable
Link copied to clipboard