init(MKCoordinate:)
Creates a new value object containing the specified CoreLocation geographic coordinate structure.
Declaration
init(MKCoordinate coordinate: CLLocationCoordinate2D)init(mkCoordinate coordinate: CLLocationCoordinate2D)Parameters
- coordinate:
The value for the new object.
Return Value
A new value object that contains the geographic coordinate information.