<!--
{
  "availability" : [
    "iOS: 3.0.0 -",
    "iPadOS: 3.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: 9.2.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKMapView/convert(_:toCoordinateFrom:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKMapView(im)convertPoint:toCoordinateFromView:"
  },
  "title" : "convert(_:toCoordinateFrom:)"
}
-->

# convert(_:toCoordinateFrom:)

Converts a point in the specified view’s coordinate system to a map coordinate.

iOS, iPadOS, Mac Catalyst, tvOS, visionOS:

```
func convert(_ point: CGPoint, toCoordinateFrom view: UIView?) -> CLLocationCoordinate2D
```

macOS:

```
func convert(_ point: CGPoint, toCoordinateFrom view: NSView?) -> CLLocationCoordinate2D
```

## Parameters

`point`

The point you want to convert.

`view`

The view that serves as the reference coordinate system for the `point` parameter.

## Return Value

The map coordinate at the specified point.

---

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)