---
title: "MKStringFromMapSize(_:)"
framework: mapkit
role: symbol
role_heading: Function
path: "mapkit/mkstringfrommapsize(_:)"
---

# MKStringFromMapSize(_:)

Returns a formatted string for the specified map size.

## Declaration

```swift
func MKStringFromMapSize(_ size: MKMapSize) -> String
```

## Parameters

- `size`: The map size to format.

## Return Value

Return Value A formatted string containing the width and height values of the map size.
