attach

fun attach(nodeContext: TomTomMapNodeContext, parent: TomTomMapNode)

Marks that the node is attached to the Compose graph and causes the callback to onAttached to be called. Multiple consecutive calls won't cause the onAttached to be called multiple times.

Parameters

nodeContext

The context of the node.

parent

The parent of the node.