百度iOS定位SDK不仅支持精准的位置获取能力,还可以针对坐标判别该坐标是属于国内或海外。
//设置一个目标经纬度CLLocationCoordinate2D coordinate = CLLocationCoordinate2DMake(40.0, 116.0);BMKLocationCoordinateType coortype = BMKLocationCoordinateTypeBMK09LL;//返回是否在国内或海外,返回YES为国内,NO为海外。BOOL flag=[BMKLocationManager BMKLocationDataAvailableForCoordinate:coordinate withCoorType:coortype];
上一篇
下一篇
本篇文章对您是否有帮助?