Questions tagged [clregion]

CLRegion is an iOS class for CoreLocation framework that holds the information used in shape based regions.

The CLRegion class defines a geographical area that can be tracked. When an instance of this class is registered with a CLLocationManager object, the location manager generates an appropriate event whenever the user crosses the boundaries of the defined area.

97 questions
0
votes
1 answer

LocationManager region monitor is not what I expected. The region boundary looks bigger than my settings

This region monitor has really bad accuracy. Anyone can solve this problem? My Source Code's repository is here: https://github.com/robert-yi-jones/RegionTrigger I have created a CLLocationCoordinate2D variable which is centre of map. Then, I set up…
Yi Jiang
  • 3,938
  • 6
  • 30
  • 62
0
votes
1 answer

CLRegion hidden buffer?

After coming across this question, I am concerned that there will not be an answer to the question, but I will hope, anyways. I have setup a few geofences (most small and one large). I am using the simulator and I have outputted the radius of the…
RileyE
  • 10,874
  • 13
  • 63
  • 106
0
votes
2 answers

Region Monitoring iOS App using an external GPS like GNS 1000

I'm developing a region monitoring app, but want to use an external GPS so I can narrow down the regions to 15-20 m and get higher accuracies. I am connecting the iPhone to an Arduino to communicate when the region has been crossed by signalling for…
M. Ejaz
  • 3
  • 1
0
votes
1 answer

Overlay cities, districts, etc in a MKMapView

How can I overlay geometry on an MKMapView of a specific city or district within a city? I'm looking at CLGeocoder, MKOverlayView and CLRegion, but I'm a bit confused. How can I get the coordinates to create an MKPolygon / overlay? In Apple's…
aroooo
  • 4,726
  • 8
  • 47
  • 81
0
votes
1 answer

UILocalNotification presentNotificationNow Issue

this issue has been driving me crazy. What I am trying to do is trigger a notification when the user enter in a region. However, what I want is, if the user is using the app show an alert message and if the app is in background shows a local…
Camus
  • 827
  • 2
  • 20
  • 36
-1
votes
2 answers

Need assistance how to check region based UILocalNotification is fired or not

I am trying to figure out how to check if region based UILocalNotification is fired or not. I searched and found this Remove fired Location-Based notification when user exits region but its not helpful for me. I have configured an region based…
S.J
  • 3,063
  • 3
  • 33
  • 66
-1
votes
3 answers

CLLocationManager always returns the exact same location

I am trying to set up a new CLLocation and CLRegion, but the location always returns with the same coordinates, regardless of where I actually am. My main UIViewController conforms to the CLLocationManagerDelegate protocol, as does a custom class.…
1 2 3 4 5 6
7