• Stars
    star
    562
  • Rank 79,281 (Top 2 %)
  • Language
    Objective-C
  • License
    Apache License 2.0
  • Created about 12 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A drop-in map annotation clustering library for MKMapView

kingpin

A drop-in MKAnnotation clustering library for iOS.

Build Status

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