Contents

CLLocationCoordinate2DMake(_:_:)

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

Declaration

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.

See Also

Creating a location coordinate