std::vector<double> getWayCoords(int id) const;
/**
* Return a vector of the coordinates of all the points making up a way,
* in lon-lat order.
* @param id Way id to search for
* @return An empty vector if no way with the given ID is part of this
* Components instance, or a vector of size 2*n for a way of n nodes
* containing the lon/lat coordinates of all way nodes
*/
ceci est dans une classe qui s'appelle components
j'ai un objet comp1 de cette classe donc comment je peut appeler ce vecteur ?