---
title: "MKStringFromMapPoint(_:)"
framework: mapkit
role: symbol
role_heading: Function
path: "mapkit/mkstringfrommappoint(_:)"
---

# MKStringFromMapPoint(_:)

Returns a formatted string for the specified map point.

## Declaration

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

## Parameters

- `point`: The map point to format.

## Return Value

Return Value A formatted string containing the x and y coordinates of the map point.
