# `GSFeature fullName`

*Instance Method*

The full, localized name.

## Declaration

```swift
func fullName() -> String
```

```objc
- (NSString *) fullName;
```

```python
fullName() -> str
```

## Return Value

The name

