Algorithmic Solutions > LEDA > LEDA Guide > Graphs and Related Data Types > Parameterized Planar Maps
        
      Parameterized Planar MapsThe data type PLANAR_MAP is a parameterized version of Planar Maps. The nodes and edges of a Parameterized Planar Map contain additional (user defined) information. Nodes and edges are of type item. Example of how to use parametrized planar maps Strengths
 Disadvantages
 Remark: Originally, only the data type  TipsUse Parameterized Planar Maps if you want to ensure that all operations performed on your planar map result in a planar map. Otherwise use parameterized graphs to represent planar maps. Remark: Our experience shows that we rarely use the data type 
          | 
     
      See also:How to Associate Information with graphs GraphWin for visualizing graphs and graph algorithms Manual Entries:  |