Skip to content

MapKitPathRenderer returns multiple points on a straight Polyline path between a source and destination on MapKit over which animation can rendered. MapKitPathRenderer considers Date Line crossing for creating shortest path between two coordinates for animation to be rendered.

License

Notifications You must be signed in to change notification settings

amantaneja/MapKitPathRenderer

 
 

Repository files navigation

MapKitPathRenderer

Version License Platform Screenshot

Features

  1. Return points on a Polyline over MapKit between 2 coordinates.

  2. Handles Date Line crossing to seamlessly allow animation between coordinates of different continents.

Example

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

Requirements

Installation

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

pod 'MapKitPathRenderer'

Author

Hem Dutt, hemdutt.developer@gmail.com

License

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

About

MapKitPathRenderer returns multiple points on a straight Polyline path between a source and destination on MapKit over which animation can rendered. MapKitPathRenderer considers Date Line crossing for creating shortest path between two coordinates for animation to be rendered.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 93.1%
  • Ruby 6.9%