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

# MKMapPointsPerMeterAtLatitude(_:)

Returns the number of map points that represent one meter at the specified latitude.

```
func MKMapPointsPerMeterAtLatitude(_ latitude: CLLocationDegrees) -> Double
```

## Parameters

`latitude`

The latitude for which to return the value.

## Return Value

The number of map points that span one meter.

## Discussion

The number of map points per meter increases as the latitude approaches the poles.

---

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)