LocationInfo
示例
要运行示例项目,首先克隆存储库,然后从示例目录中运行 pod install
。
QMLocationInfo * info = [QMLocationInfo locationInfoUsingSublocation: @""
city: @""
state: @""
country: @""
countryCode: @""
location: nil];
[QMLocationInfoAppleConvertion locationInfoUsingPlacemark: [CLPlacemark new]];
[QMLocationInfoLuongConvertion locationInfoUsingAddress: [LMAddress new]];
[QMLocationAnnotation annotationUsing: info];
要求
安装
LocationInfo 通过 CocoaPods 提供。要安装它,只需将以下行添加到您的 Podfile 中
pod 'LocationInfo'
作者
truebucha, [email protected]
License
LocationInfo 在 MIT 许可下可用。更多信息请参阅 LICENSE 文件。