name = (string)$xml->name; $this->type = (string)$xml->type; $this->country = (string)$xml->country; $this->tz = (string)$xml->timezone['id']; $this->loc = [ 'lat' => (float)$xml->location['latitude'], 'lng' => (float)$xml->location['longitude'], 'alt' => (float)$xml->location['altitude'] ]; } } ?>