OnCameraChangedListener

public fun interface OnCameraChangedListener


A listener that is invoked when the 3d map detects a camera movement.

Summary

Public methods

abstract void

The callback method that is invoked when the 3d map detects a camera movement.

Public methods

onCameraChanged

abstract void onCameraChanged(@NonNull Camera camera)

The callback method that is invoked when the 3d map detects a camera movement.

Parameters
@NonNull Camera camera

The current camera position after the movement.