.. _pilot.RoadMapData: pilot.RoadMapData ================= .. cpp:namespace:: pilot::RoadMapData Class ----- `RoadMapData` contains all the information regarding a :ref:`RoadMap`. Fields ------ .. cpp:member:: string name Name of the map. .. cpp:member:: long last_modified POSIX timestamp when the map was last modified in [usec]. .. cpp:member:: vector nodes List of map nodes, see :ref:`pilot.MapNode`. .. cpp:member:: vector segments List of road segments, see :ref:`pilot.RoadSegment`. .. cpp:member:: map profiles Map of map profiles [name => profile], see :ref:`pilot.MapProfile`. .. cpp:member:: vector areas List of map areas, see :ref:`pilot.MapArea`.