TSClusterMapView 2.3.2

TSClusterMapView 2.3.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2016

Maintained by Adam Share, Adam Share.



  • By
  • Adam Share

TSClusterMapView - MKMapView with clustering

Animated annotation clustering MKMapView subclass based off of ADClusterMapView.

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

Quick start

Subclass TSClusterMapView with your new or existing MKMapView

#import "TSClusterMapView.h"

@interface YourMapView : TSClusterMapView <MKMapViewDelegate, TSClusterMapViewDelegate>

Add annotations to be clustered using the add clustered annotation methods and single annotations using the standard add annotation.

- (void)addClusteredAnnotation:(id<MKAnnotation>)annotation;

- (void)addClusteredAnnotations:(NSArray *)annotations;

Author

Adam Share, [email protected]

License

TSClusterMapView is available under the MIT license. See the LICENSE file for more info.