ruddct / kingpin

A drop-in map annotation clustering library for MKMapView (iOS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kingpin

A drop-in MKAnnotation clustering library for iOS.

Build Status

Update October 1th, 2015

Kingpin is now 0.3.1.

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.

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"

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.

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 map annotation clustering library for MKMapView (iOS)

License:Apache License 2.0


Languages

Language:Objective-C 88.5%Language:Swift 8.5%Language:Shell 2.7%Language:Ruby 0.3%