pilot.RoadMapData¶
Fields¶
-
string
name
¶ Name of the map.
-
long
last_modified
¶ POSIX timestamp when the map was last modified in [usec].
-
vector<MapNode *>
nodes
¶ List of map nodes, see pilot.MapNode.
-
vector<RoadSegment *>
segments
¶ List of road segments, see pilot.RoadSegment.
-
map<string, MapProfile *>
profiles
¶ Map of map profiles [name => profile], see pilot.MapProfile.
-
vector<MapArea *>
areas
¶ List of map areas, see pilot.MapArea.