CameraChanged

This event is emitted whenever the visible viewport changes its size due to the invocation of the `setSize` and `setBounds` methods or when the camera is modified by calling camera methods. The event is emitted synchronously so that an updated camera state can be read immediately.

Constructors

Link copied to clipboard
open fun CameraChanged(@NonNull cameraState: CameraState, @NonNull timestamp: Date)

Functions

Link copied to clipboard
open fun equals(object: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard

Extensions

Link copied to clipboard

Extension function to map the newly introduced event to the legacy one.