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

# MKStringFromMapSize(_:)

Returns a formatted string for the specified map size.

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

## Parameters

`size`

The map size to format.

## Return Value

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

## 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)