OnCameraMoveListener

Interface for receiving camera movement events.

Implement this interface and set it using OpenMapView.setOnCameraMoveListener to receive callbacks while the camera is moving.

This callback is invoked repeatedly during camera movement (gestures, animations).

Functions

Link copied to clipboard
abstract fun onCameraMove()

Called repeatedly while the camera is moving.