示例#1
0
 WayNodeList& add(osm_object_id_t ref) {
     m_list.push_back(WayNode(ref));
     return *this;
 }
示例#2
0
 void add_way_node(const object_id_type ref, const Location location=Location()) {
     add_way_node(WayNode(ref, location));
 }