foursquare / kingpin

A drop-in MapKit/MKAnnotation pin clustering library for MKMapView on iOS

Home Page:http://itsbonczek.github.com/kingpin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kingpin

A drop-in MKAnnotation clustering library for iOS.

Build Status

Update July 2, 2015

Kingpin is now 0.3.0-beta, the following features are under test:

  • Carthage support
  • OSX support (no animations support yet)
  • Dynamic frameworks: iOS and OSX
  • 4 example apps: iOS, OSX, iOS-Swift, OSX-Swift.

The latest stable release: 0.2.5

Features

  • Uses a 2-d tree under the hood for maximum performance.
  • No subclassing required, making the library easy to integrate with existing projects.

Installation

Cocoa Pods

To get stable release in your Podfile add:

pod 'kingpin'

If you want to use the latest version from kingpin's master, point your Podfile to the git:

pod 'kingpin', :git => 'https://github.com/itsbonczek/kingpin'

Carthage

In Cartfile add:

github "itsbonczek/kingpin"

Documentation

See Documentation and FAQ.

Versions

See CHANGELOG for details. All versions are tagged accordingly.

Demo

Check out the kingpin-examples project.

Licence

Apache 2.0

About

A drop-in MapKit/MKAnnotation pin clustering library for MKMapView on iOS

http://itsbonczek.github.com/kingpin

License:Apache License 2.0


Languages

Language:Objective-C 90.7%Language:Swift 6.8%Language:Shell 2.2%Language:Ruby 0.3%