是否存在纬度和日志等级的概念,如: 印度经度和纬度分别为21.0000,78.0000。孟买印度的经度和纬度分别为19.017614,72.856163。我的问题是当用户进入孟买时,我正在监测印度的地理围栏。当用户来到印度,位置管理员
- (void)locationManager:(CLLocationManager *)manager didEnterRegion:(CLRegion *)region
{
NSLog("you are in india");
}
上面提到委托应该被调用。但截至目前尚未发生。