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

cameraMoveEvents

fun GoogleMap.cameraMoveEvents(): Flow<Unit>

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