-
public final class ReattachClickListenersKt
-
-
Method Summary
Modifier and Type Method Description final static Function0<Unit>rememberReattachClickListenersHandle()Returns a lambda that, when invoked, will reattach click listeners set by the MapApplier on the GoogleMap. -
-
Method Detail
-
rememberReattachClickListenersHandle
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP})@Composable() final static Function0<Unit> rememberReattachClickListenersHandle()
Returns a lambda that, when invoked, will reattach click listeners set by the MapApplier on the GoogleMap. Used for working around other functionality that modifies those click listeners, such as clustering.
-
-
-
-