JohnnyDark / IOS_MyLocation

0 stars 0 forks source link

Core Location framework #2

Open JohnnyDark opened 4 years ago

JohnnyDark commented 4 years ago

1 导入 CoreLocation 框架 2 获取请求位置权限 3 实现CLLocationManagerDelegate代理方法 4 info.plist中添加内容:NSLocationWhenInUseUsageDescription: xxxxx

JohnnyDark commented 4 years ago

逻辑处理场景

1. 获取坐标的逻辑处理
2. 坐标转码的逻辑处理
3. 获取坐标时,坐标精度始终无法达到设置的精度时处理
4. 获取坐标信息超时处理 (Timer对象使用)
5. UI界面不同状态下的显示逻辑处理(updatesLabel中的逻辑处理)
JohnnyDark commented 4 years ago
坐标转码的逻辑处理