Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save malcommac/00a04254ff3674c075fc9c5d27714b02 to your computer and use it in GitHub Desktop.

Select an option

Save malcommac/00a04254ff3674c075fc9c5d27714b02 to your computer and use it in GitHub Desktop.
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