0

我有一组不同的经度和纬度,现在我想在用户到达其中一个位置时触发通知。我[locationManager startMonitoringSignificantLocationChanges]用来在后台搜索。如果用户进入该区域,有什么方法可以触发通知?或者有什么方法可以让我们知道用户已经输入了那个特定的位置?还有一件事,我没有使用任何地图视图来显示用户位置,我不想......

4

1 回答 1

0

Check this out How to check if MKCoordinateRegion contains CLLocationCoordinate2D without using MKMapView? . As you are not using MapView, you need to get the current region and apply the logic as given in this link.

于 2013-11-12T20:28:15.117 回答