A drop-in MKAnnotation clustering library for iOS.
- Uses a 2-d tree under the hood for maximum performance.
- No subclassing required, making the library easy to integrate with existing projects.
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'
In Cartfile add:
github "itsbonczek/kingpin"
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.
Get the latest component .make file for kingpin.
See Documentation and FAQ.
See CHANGELOG for details. All versions are tagged accordingly.
Check out the kingpin-examples project.
Apache 2.0