---
title: "init(latitude:longitude:)"
framework: corelocation
role: symbol
role_heading: Initializer
path: "corelocation/cllocationcoordinate2d/init(latitude:longitude:)"
---

# init(latitude:longitude:)

Creates a location coordination object with the specified latitude and longitude values.

## Declaration

```swift
init(latitude: CLLocationDegrees, longitude: CLLocationDegrees)
```

## Parameters

- `latitude`: The latitude of the coordinate.
- `longitude`: The longitude of the coordinate.

## See Also

### Creating a location coordinate

- [init()](corelocation/cllocationcoordinate2d/init().md)
- [CLLocationCoordinate2DMake(_:_:)](corelocation/cllocationcoordinate2dmake(_:_:).md)
