remember Point Annotation Interactions State
inline fun rememberPointAnnotationInteractionsState(crossinline init: PointAnnotationInteractionsState.() -> Unit = {}): PointAnnotationInteractionsState
Create and remember a PointAnnotationInteractionsState with init block.
Return
Parameters
init
the initialization block to be applied to the PointAnnotationInteractionsState after created and remembered.