文件名称:CoreLocationUtils:核心定位的一些实用方法
文件大小:26KB
文件格式:ZIP
更新时间:2024-06-05 11:04:08
Objective-C
CoreLocationUtils 基于CLLocation的便捷方法的类别,基于 特征 方便的CLLocation初始值设定项: 用弧度的经度和纬度初始化 使用漂亮的字符串格式进行初始化(例如,纬度= @“ 34°36'12” N“经度= @” 35°12'24“ W”) 以漂亮的格式获取坐标 坐标之间的距离使用: Haversine公式 余弦公式的球律 毕达哥拉斯公式 横线公式 沿坐标之间的大圆路径的中点 从源位置到目标位置的初始/最终方位 计算给定距离和距源位置的方位的目标位置 用法 将CLLocationUtils复制到您的项目中,包括CLLocation + Utils.h并开始使用! 请检查CLLocationUtilsTests的示例。
【文件预览】:
CoreLocationUtils-master
----.gitignore(224B)
----CLLocationUtilsProject()
--------AppDelegate.h(307B)
--------CLLocationUtilsProject-Prefix.pch(347B)
--------en.lproj()
--------Default-568h@2x.png(18KB)
--------main.m(366B)
--------Default@2x.png(16KB)
--------Default.png(6KB)
--------AppDelegate.m(2KB)
--------CLLocationUtilsProject-Info.plist(1KB)
----README.md(1KB)
----CLLocationUtilsProject.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(21KB)
----LICENSE(1KB)
----CLLocationUtils()
--------CLLocation+Utils.m(14KB)
--------CLLocation+Utils.h(7KB)
----CLLocationUtilsTests()
--------CLLocationUtilsTests-Info.plist(687B)
--------CLLocationUtilsTests-Prefix.pch(209B)
--------CLLocationUtilsTests.m(14KB)
--------en.lproj()
--------CLLocationUtilsTests.h(266B)