用百度地图api定位,拿到的经纬度一直是0,代码如下
BMKLocationService *locationService = [[BMKLocationService alloc]init]; locationService.delegate = self; [locationService startUserLocationService]; BMKUserLocation *location = locationService.userLocation;
ringa_lee
ringa_lee