AnimatePolyline 0.1.3

AnimatePolyline 0.1.3

Maintained by Vien V.Nguyen.



  • By
  • goldmoment

AnimatePolyline

CI Status Version License Platform

Example

alt tag

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

AnimatePolyline is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'AnimatePolyline'

Usage

  self.animatePolyline = AnimatePolyline(mapView: self.mapView)
  self.animatePolyline?.strokeColor = .black
  self.animatePolyline?.route = route
  self.animatePolyline?.startAnimation()

Author

goldmoment, [email protected]

License

AnimatePolyline is available under the MIT license. See the LICENSE file for more info.