【发布时间】:2018-11-27 10:00:35
【问题描述】:
iOS系统如何触发-startMonitoringSignificantLocationChanges方法?
系统会自动触发吗?
如果我希望每 500m 触发一次-startMonitoringSignificantLocationChanges,我该如何设置我的 locationManager?
【问题讨论】:
标签: ios swift cllocationmanager cllocation
iOS系统如何触发-startMonitoringSignificantLocationChanges方法?
系统会自动触发吗?
如果我希望每 500m 触发一次-startMonitoringSignificantLocationChanges,我该如何设置我的 locationManager?
【问题讨论】:
标签: ios swift cllocationmanager cllocation
didUpdateLocations 方法。了解更多Apple Doc
【讨论】: