objective-c - 百度地图定位获取到的经纬度是0
ringa_lee
ringa_lee 2017-05-02 09:20:37
0
0
429

用百度地图api定位,拿到的经纬度一直是0,代码如下

BMKLocationService *locationService = [[BMKLocationService alloc]init];
locationService.delegate = self;
[locationService startUserLocationService];
BMKUserLocation *location = locationService.userLocation;
ringa_lee
ringa_lee

ringa_lee

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!