rememberPolygonAnnotationInteractionsState
inline fun rememberPolygonAnnotationInteractionsState( crossinline init: PolygonAnnotationInteractionsState.() -> Unit = {}): PolygonAnnotationInteractionsState
Create and remember a PolygonAnnotationInteractionsState with init block.
Return
Parameters
init
the initialization block to be applied to the PolygonAnnotationInteractionsState after created and remembered.