Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save malcommac/03718586059f9922793d24c2563fdfd7 to your computer and use it in GitHub Desktop.
Save malcommac/03718586059f9922793d24c2563fdfd7 to your computer and use it in GitHub Desktop.
Location Finder Via IP Address
LocationManager.shared.locateByIPAddress(onSuccess: { placemark in
// placemark is a valid CLPlacemark object
}) { error in
// something wrong has occurred; error will tell you what
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment