测试已测试 | ✗ |
Lang语言 | SwiftSwift |
许可证 | MIT |
发布最新发布 | 2017年11月 |
SwiftSwift 版本 | 3.0 |
SPM支持 SPM | ✗ |
由 MZC0829 维护。
platform :ios, '8.0'
target 'YourIosApps' do
use_frameworks!
pod 'MapsNav', '~> 1.0.0'
end
$ pod install
let toLocation = CLLocationCoordinate2D(latitude: 22.553355, longitude: 113.946791)
mapsNav(toPoint: toLocation, toPointName: "good place")