CLLocationCoordinate2DMake(_:_:)
Formats a latitude and longitude value into a coordinate data structure format.
Declaration
func CLLocationCoordinate2DMake(_ latitude: CLLocationDegrees, _ longitude: CLLocationDegrees) -> CLLocationCoordinate2DParameters
- 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.