init(latitude:longitude:)
Creates a location coordination object with the specified latitude and longitude values.
Declaration
init(latitude: CLLocationDegrees, longitude: CLLocationDegrees)Parameters
- latitude:
The latitude of the coordinate.
- longitude:
The longitude of the coordinate.