if (property_exists($element, 'status') && Element::STATUS_OK !== $element->status) {
                $status = $element->status;
                $distance = null;
                $duration = null;
            } else {