Created
May 1, 2016 09:36
-
-
Save malcommac/00a04254ff3674c075fc9c5d27714b02 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| let coordinates = CLLocationCoordinate2DMake(41.890198, 12.492204) | |
| let request = BeaconManager.shared.monitorGeographicRegion(centeredAt: coordinates, radius: 1400, onEnter: { in | |
| // on enter in region | |
| }) { in | |
| // on exit from region | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment