---
title: "init(x:y:)"
framework: mapkit
role: symbol
role_heading: Initializer
path: "mapkit/mkmappoint/init(x:y:)"
---

# init(x:y:)

Creates a new map point structure from the specified values.

## Declaration

```swift
init(x: Double, y: Double)
```

## Parameters

- `x`: The point along the east-west axis of the map projection.
- `y`: The point along the north-south axis of the map projection.

## Return Value

Return Value A map point with the specified values.

## See Also

### Creating a map point

- [init()](mapkit/mkmappoint/init().md)
- [init(_:)](mapkit/mkmappoint/init(_:).md)
