@Beta(2020, 12) interface OnCameraMoveListener
A callback interface called when the camera transition is in progress.
onCameraMove
abstract fun onCameraMove(): Unit
Called when the camera is moving either by usage of the TomtomMap#centerOn(CameraPosition) method or user touch gesture.
TomtomMap#centerOn(CameraPosition)