42 const std::string& road_id,
43 std::unordered_set<const TopoNode*>*
const node_in_road)
const;
47 bool LoadNodes(
const Graph& graph);
48 bool LoadEdges(
const Graph& graph);
51 std::string map_version_;
52 std::string map_district_;
53 std::vector<std::shared_ptr<TopoNode>> topo_nodes_;
54 std::vector<std::shared_ptr<TopoEdge>> topo_edges_;
55 std::unordered_map<std::string, int> node_index_map_;
56 std::unordered_map<std::string, std::unordered_set<const TopoNode*>>