Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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.
- Host: GitHub
- URL: https://github.com/hemdutt/mapkitpathrenderer
- Owner: HemDutt
- License: mit
- Created: 2018-04-27T05:25:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T15:58:38.000Z (over 6 years ago)
- Last Synced: 2024-09-29T22:21:49.710Z (about 2 months ago)
- Topics: animation, annotations, dateline, demo-app, framework, ios, macos, mapkit, polyline, sample-code, swift4, xcode9
- Language: Swift
- Homepage:
- Size: 251 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.