Last active
August 29, 2015 14:03
-
-
Save Kevinwlee/114d81f9192c2dfe745a to your computer and use it in GitHub Desktop.
Geofence parameters
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
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