OnFpsChangedListener

Interface definition for a callback to be invoked when a frame is rendered to the map view. Important note: onFpsChanged is called on non-UI thread.

fun fun interface OnFpsChangedListener

See also

MapView.setOnFpsChangedListener
Link copied to clipboard

Functions

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

Called on non-UI thread for every frame rendered to the map view.

abstract fun onFpsChanged(fps: Double)
toString
Link copied to clipboard
open override fun toString(): String