Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hemdutt/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.
https://github.com/hemdutt/mapkitpathrenderer

animation annotations dateline demo-app framework ios macos mapkit polyline sample-code swift4 xcode9

Last synced: about 9 hours ago
JSON representation

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.

Awesome Lists containing this project

README

        

# MapKitPathRenderer

[![Version](https://img.shields.io/cocoapods/v/MapKitPathRenderer.svg?style=flat)](https://cocoapods.org/pods/MapKitPathRenderer)
[![License](https://img.shields.io/cocoapods/l/MapKitPathRenderer.svg?style=flat)](https://cocoapods.org/pods/MapKitPathRenderer)
[![Platform](https://img.shields.io/cocoapods/p/MapKitPathRenderer.svg?style=flat)](https://cocoapods.org/pods/MapKitPathRenderer)
![Screenshot](demo.gif)

## 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](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'MapKitPathRenderer'
```

## Author

Hem Dutt, [email protected]

## License

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