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).
abstract fun onCameraChanged(cameraPosition: CameraPosition!): Unit
Called when the camera is changing. |