Skip to content

Instantly share code, notes, and snippets.

@Kevinwlee
Last active August 29, 2015 14:03
Show Gist options
  • Save Kevinwlee/114d81f9192c2dfe745a to your computer and use it in GitHub Desktop.
Save Kevinwlee/114d81f9192c2dfe745a to your computer and use it in GitHub Desktop.
Geofence parameters
CLLLocationDegrees lat = -29.7635349f;
CLLLocationDegrees lng = -95.4619215f;
CCLLocationCoordinate2D center = CLLLocationCoordinate2DMake(lat, lng);
CLLLocationDistance radius = 20.0f; // in meters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment