kingpin
A drop-in MKAnnotation clustering library for iOS.
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
CocoaPods
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"
Dynamic framework
Frameworks are published to Github Releases. If you want to use kingpin as framework be sure to read short documentation about using Kingpin as dynamic framework.
Component (experimental, used by maintainers)
Get the latest component .make file for 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