GithubHelp home page GithubHelp logo

marcosero / msmapclustering Goto Github PK

View Code? Open in Web Editor NEW
52.0 52.0 7.0 212 KB

A subclass of MKMapView to cluster annotations

Home Page: http://www.lifeofadev.eu/posts/msmapclustering-a-smart-ios-map-view

Objective-C 100.00%

msmapclustering's People

Contributors

arrtchiu avatar marcosero avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

msmapclustering's Issues

MSMapClustering may require better removeMSAnnotation or removeMSAnnotations methods

Currently, MSMapClustering has addMSAnnotation and addMSAnnotations to force the annotations added to "((MSMapClusteringDelegate *)self.delegate)._allAnnotationsMapView". This is good.

But we don't have good "remove annotation(s)" methods to handle this quickly.

Currently, what I do is writing 2 lines in my main view controller:
(Note: this example is doing "removing all annotations on the map)

[_mapView removeAnnotations:[_mapView annotations]];
[((MSMapClusteringDelegate *)_mapView.delegate)._allAnnotationsMapView removeAnnotations:[((MSMapClusteringDelegate *)_mapView.delegate)._allAnnotationsMapView annotations]];

It is better if we could have 2 methods
removeMSAnnotation
removeMSAnnotations

Retain cycle regarding MSAnnotation.clusterAnnotation

MSAnnotation has a strong reference to its clusterAnnotation which creates a retain cycle (since clusterAnnotation in turn has a strong reference back to its contained annotations). To break this, I declared clusterAnnotation as weak, and now, MSAnnotations are getting released properly.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.