MapKitPathRenderer

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.

MIT License

Stars
4

MapKitPathRenderer

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, [email protected]

License

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