TomTomMapNode
Base class for all TomTomMap nodes. Each node configures a part of the map view.
Implementations are supposed to cleanup the changes they are representing for example unregister listeners, callbacks etc. the node interface has callbacks for attaching or detaching the node. In these callbacks all nodes should do initialization and cleanup respectively.