cameraMoveStartedEvents

fun GoogleMap.cameraMoveStartedEvents(): Flow<Int>

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