OnFpsChangedListener

fun interface 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.

See also

Functions

onFpsChanged
Link copied to clipboard
abstract fun onFpsChanged(fps: Double)

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