---
title: "init(_:)"
framework: mapkit
role: symbol
role_heading: Initializer
path: "mapkit/mkfeaturedisplaypriority/init(_:)"
---

# init(_:)

Creates a feature display priority using the specified floating point value.

## Declaration

```swift
init(_ rawValue: Float)
```

## Parameters

- `rawValue`: The floating point value of the feature display priority.

## See Also

### Creating Feature Display Priorities

- [init(rawValue:)](mapkit/mkfeaturedisplaypriority/init(rawvalue:).md)
