Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 291 Bytes

CLLocationCoordinate2D.md

File metadata and controls

13 lines (10 loc) · 291 Bytes

CLLocationCoordinate2D

Equatability of coordinates is provided by comparing the latitude and longitude components.

extension CLLocationCoordinate2D: Equatable {}

public func ==(
	lhs: CLLocationCoordinate2D, 
	rhs: CLLocationCoordinate2D
) -> Bool