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

# CLLocationCoordinate2DMake(_:_:)

Formats a latitude and longitude value into a coordinate data structure format.

```
func CLLocationCoordinate2DMake(_ latitude: CLLocationDegrees, _ longitude: CLLocationDegrees) -> CLLocationCoordinate2D
```

## Parameters

`latitude`

The latitude for the new coordinate.

`longitude`

The longitude for the new coordinate.

## Return Value

A coordinate structure encompassing the latitude and longitude values.

---

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)