sdk-maps / com.tomtom.online.sdk.map / TomtomMapCallback / OnCameraChangedListener

OnCameraChangedListener

interface OnCameraChangedListener

A callback interface called when the camera is changing. It is executed each time the user interacts with the map (e.g., the map is panned or zoomed).

Functions

onCameraChanged

abstract fun onCameraChanged(cameraPosition: CameraPosition!): Unit

Called when the camera is changing.