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