CocoaPods trunk is moving to be read-only. Read more on the blog, there are 4 months to go.

MapsNav 1.1.0

MapsNav 1.1.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Nov 2017
SwiftSwift Version 3.0
SPMSupports SPM

Maintained by MZC0829.



MapsNav 1.1.0

  • By
  • maizhichao

MapsNav

Multiple map navigation. Include Apple map 、Google map and Amap.

Cocoapods

1. Add the following line to your Podfile:

platform :ios, '8.0'

target 'YourIosApps' do

  use_frameworks!

  pod 'MapsNav', '~> 1.0.0'

end

2. Then, run the following command:

$ pod install

Requirements

  • iOS 8.0+
  • swift 3+ and swift 4

Usage

- just like

let toLocation = CLLocationCoordinate2D(latitude: 22.553355, longitude: 113.946791)

mapsNav(toPoint: toLocation, toPointName: "good place")