foreach ($ad->getOutwardWaypoints() as $position => $point) {
            $waypoint = new Waypoint();

            $address = ($point instanceof Address) ? $point : $this->createAddressFromPoint($point);