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