Skip to content

Instantly share code, notes, and snippets.

@azamsharp
Created July 26, 2018 18:52
Show Gist options
  • Save azamsharp/669fa13b58047df41e3a162ec5766d7f to your computer and use it in GitHub Desktop.
Save azamsharp/669fa13b58047df41e3a162ec5766d7f to your computer and use it in GitHub Desktop.
// create a random location ;)
let location = CLLocation(latitude: 40.762428, longitude: -73.973794)
let placemark = CLPlacemark(location: location, name: "Your Mom's House", postalAddress: nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment