maps-ktx / com.google.maps.android.ktx / com.google.android.gms.maps.GoogleMap / cameraIdleEvents

cameraIdleEvents

fun GoogleMap.cameraIdleEvents(): Flow<Unit>

Returns a flow that emits when the camera is idle. Using this to observe camera idle events will override an existing listener (if any) to GoogleMap.setOnCameraIdleListener.