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

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