addCameraListener abstract method
Adds camera listeners.
The class does not retain the object in the 'cameraListener' parameter. It is your responsibility to maintain a strong reference to the target object while it is attached to a class.
Implementation
void addCameraListener(
mapkit_map_camera_listener.MapCameraListener cameraListener);