<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKMapPoint/init(x:y:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "s:So10MKMapPointa1x1yABSd_Sdtcfc"
  },
  "title" : "init(x:y:)"
}
-->

# init(x:y:)

Creates a new map point structure from the specified values.

```
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

A map point with the specified values.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)