腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(5297)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
CLLocationManager
我有两个位置管理器,一个在带有地图的视图控制器上,另一个在单独的控制器中,我将其表示为模式。问题是,每次我呈现该模式控制器时,我都会遇到一个崩溃,并显示以下回溯。#0 0x9105fafa in mach_msg_trap ()#2 0x016d313a in __CFRunLoopServiceMachPort () #3 0x01
浏览 0
提问于2012-04-25
得票数 0
回答已采纳
6
回答
-[
CLLocationManager
requestWhenInUseAuthorization]或-[
CLLocationManager
requestAlwaysAuthorization]错误
CLLocationManagerDelegate> @property (strong, nonatomic)
CLLocationManager
locationManager; MapName.m{ self.locationManager = [[
CLLocationManager
浏览 1
修改于2015-07-20
得票数 13
回答已采纳
1
回答
在创建
CLLocationManager
时分配
CLLocationManager
委托
let locationManager:
CLLocationManager
= { locationManager.delegate
浏览 2
提问于2017-11-06
得票数 0
2
回答
CLLocationManager
- kCLErrorDomain
locManager =
CLLocationManager
()locManager.desiredAccuracy = kCLLocationAccuracyBestlocManager.requestWhenInUseAuthorization()当然,我有委托的方法: println
浏览 0
修改于2015-05-29
得票数 2
回答已采纳
3
回答
阻止
CLLocationManager
?
我想征求关于停止
CLLocationManager
-startUpdatingLocation的建议。4的结果可能不会为
CLLocationManager
返回,而且我们永远不会对电池的续航时间进行限制,因为我们会立即停止对好结果的处理。 只是好奇?
浏览 4
提问于2011-03-30
得票数 3
回答已采纳
1
回答
CLLocationManager
类
CLLocationManager
类可以用来计算个人旅行的距离吗?
浏览 0
修改于2010-05-28
得票数 0
回答已采纳
2
回答
CLLocationManager
坐标
以下是我的实现快照: didUpdateToLocation:(CLLocation
浏览 2
修改于2014-06-25
得票数 3
回答已采纳
2
回答
CLLocationManager
问题
我想获取单个位置,然后停止接收来自
CLLocationManager
的通知。= nil) { locationManager.delegate = self;kCLLocationAccuracyHundredMeters;} - (void)locationManager:(
CLLocationManager
locationUp
浏览 0
修改于2012-12-16
得票数 0
回答已采纳
2
回答
CLLocationManager
权限
[
CLLocationManager
locationServicesEnabled] || [
CLLocationManager
authorizationStatus] == kCLAuthorizationStatusDenied编辑:权限的完整代码:{ self.locationManager = [[
CLLocationManager
alloc] init];[
CLLocationManager
locationServicesEnabled] || [
浏览 2
修改于2016-06-24
得票数 0
回答已采纳
1
回答
CLLocationManager
问题
MapKit super.didReceiveMemoryWarning() func locationManager(manager:
CLLocationManager
浏览 2
修改于2016-09-04
得票数 0
回答已采纳
1
回答
在pausesLocationUpdatesAutomatically [
CLLocationManager
]之后重新启动
CLLocationManager
我想知道iOS系统在被pausesLocationUpdatesAutomatically属性自动暂停之后是否会自动重新启动
CLLocationManager
的locationUpdates,或者我是否必须自己来处理这个问题
浏览 5
修改于2014-01-24
得票数 5
1
回答
在ios中实现
CLLocationManager
的
CLLocationManager
委托方法
CLLocationManagerDelegate, UIAlertViewDelegate>{ } [self localnotification]; locationManager = [[
CLLocationManager
locationManager:appDel.loca
浏览 2
提问于2014-12-18
得票数 3
回答已采纳
1
回答
无法识别
CLLocationManager
我尝试在代码中初始化并使用
CLLocationManager
实例,locationManager = [[
CLLocationManager
alloc] init]; objc-class-ref in ApothekeViewController.o
浏览 0
修改于2013-07-16
得票数 0
回答已采纳
1
回答
错误:
CLLocationManager
headingAvailable
CLLocationManager
*locationManager;[...]@property(nonatomic, retain)
CLLocationManager
*locationManager;和我的.m文件:[super viewDidLoad]; self.locationManager = [[[
CLLocationManager
浏览 2
提问于2009-07-28
得票数 0
3
回答
CLLocationManager
kCLErrorDomain代码?
该错误从以下位置调用:NSLog(@"%@", error); - (void)locationManager:(
CLLocationManager
浏览 0
修改于2013-11-24
得票数 5
1
回答
CLLocationManager
+ CLBeaconRegion监控
_locationManager) { _locationManager.delegate
浏览 1
修改于2014-03-21
得票数 2
回答已采纳
2
回答
CLLocationManager
reverseGeocodeLocation语言
我使用
CLLocationManager
on iPhone获取当前用户位置,然后使用reverseGeocodeLocation将位置转换为地址。
浏览 1
提问于2013-12-05
得票数 5
回答已采纳
1
回答
iOS 8
CLLocationManager
我在标题中链接了核心位置
CLLocationManager
*locationManager; locationManager.delegate = self; [locationManager sta
浏览 0
提问于2014-10-20
得票数 0
1
回答
CLLocationManager
和CLGeoCoder
我想使用实际位置的坐标(
CLLocationManager
)进行反向地理编码(CLGeoCoder)。我有这样的代码: locationMgr.DesiredAccuracy = CLLocation.AccuracyNearestTenMetersUIBarButtonItem(UIImage.FromFile("Icons/no-gps.png"), UIBarButtonItemStyle.Plain, (s,e)
浏览 0
提问于2012-12-05
得票数 0
3
回答
CLLocationManager
响应性
在SingletonDataController.m中:locationManager = [
CLLocationManager
浏览 0
修改于2012-03-17
得票数 12
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券