Skip to content

Instantly share code, notes, and snippets.

@Juanpe
Last active December 9, 2018 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Juanpe/e71b220547eeda4318ef8b614a90f52f to your computer and use it in GitHub Desktop.
Save Juanpe/e71b220547eeda4318ef8b614a90f52f to your computer and use it in GitHub Desktop.
typealias Coordinate = CLLocationCoordinate2D
protocol UserLocation {
var coordinate: Coordinate { get }
}
extension CLLocation: UserLocation { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment