Skip to content

goldmoment/AnimatePolyline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Replace your Google Maps key in AppDelegate.swift

GMSServices.provideAPIKey("YOUR_GOOGLE_MAPS_KEY")

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, nguyenvanvienqn@gmail.com

License

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

About

The animate polyline like Uber for GoogleMaps

Resources

License

Stars

Watchers

Forks

Packages

No packages published