<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKStringFromMapPoint(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:@F@MKStringFromMapPoint"
  },
  "title" : "MKStringFromMapPoint(_:)"
}
-->

# MKStringFromMapPoint(_:)

Returns a formatted string for the specified map point.

```
func MKStringFromMapPoint(_ point: MKMapPoint) -> String
```

## Parameters

`point`

The map point to format.

## Return Value

A formatted string containing the x and y coordinates of the map 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)