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

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.