#include "city.h" void City::pushPoint(double x, double y) { geometry->push_back(DoublePoint(x,y)); }