ViewportStateDataObserver

fun fun interface ViewportStateDataObserver

Observer that gets notified whenever new viewport data is available.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onNewData
Link copied to clipboard
abstract fun onNewData(cameraOptions: CameraOptions): Boolean
Notifies that new data is available.
toString
Link copied to clipboard
open fun toString(): String