{"id":1381,"url":"https://github.com/hulab/ClusterKit","last_synced_at":"2025-08-02T04:31:09.735Z","repository":{"id":43466254,"uuid":"79262187","full_name":"hulab/ClusterKit","owner":"hulab","description":"An iOS map clustering framework targeting MapKit, Google Maps and Mapbox.","archived":false,"fork":false,"pushed_at":"2020-10-14T08:31:10.000Z","size":79706,"stargazers_count":520,"open_issues_count":26,"forks_count":86,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-06-16T13:53:52.198Z","etag":null,"topics":["cluster","googlemaps","ios","mapkit"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hulab.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-17T19:14:31.000Z","updated_at":"2025-06-02T12:51:15.000Z","dependencies_parsed_at":"2022-07-15T20:30:30.240Z","dependency_job_id":null,"html_url":"https://github.com/hulab/ClusterKit","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/hulab/ClusterKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hulab%2FClusterKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hulab%2FClusterKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hulab%2FClusterKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hulab%2FClusterKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hulab","download_url":"https://codeload.github.com/hulab/ClusterKit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hulab%2FClusterKit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268334610,"owners_count":24233793,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cluster","googlemaps","ios","mapkit"],"created_at":"2024-01-05T20:15:45.150Z","updated_at":"2025-08-02T04:31:08.951Z","avatar_url":"https://github.com/hulab.png","language":"Objective-C","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"Resources/git_banner.png\" width=434 /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://travis-ci.org/hulab/ClusterKit\"\u003e\n        \u003cimg src=\"http://img.shields.io/travis/hulab/ClusterKit.svg?style=flat\" alt=\"CI Status\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"http://cocoapods.org/pods/ClusterKit\"\u003e\n        \u003cimg src=\"https://img.shields.io/cocoapods/v/ClusterKit.svg?style=flat\" alt=\"Version\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"http://cocoapods.org/pods/ClusterKit\"\u003e\n        \u003cimg src=\"https://img.shields.io/cocoapods/l/ClusterKit.svg?style=flat\" alt=\"License\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"http://cocoapods.org/pods/ClusterKit\"\u003e\n        \u003cimg src=\"https://img.shields.io/cocoapods/p/ClusterKit.svg?style=flat\" alt=\"Platform\"\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://swift.org/package-manager\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/SwiftPM-compatible-brightgreen.svg\" alt=\"Swift Package Manager\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/Carthage/Carthage\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat\" alt=\"Carthage\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n----------------\n\nClusterKit is an elegant and efficiant clustering controller for maps. Its flexible architecture make it very customizable, you can use your own algorithm and even your own map provider. \n\n## Features\n\n+ Native supports of [**MapKit**](https://developer.apple.com/documentation/mapkit), [**GoogleMaps**](https://developers.google.com/maps/documentation/ios-sdk), [**Mapbox**](https://www.mapbox.com/ios-sdk/) and [**YandexMapKit**](https://tech.yandex.com/maps/mapkit/).\n+ Comes with 2 clustering algorithms, a Grid Based Algorithm and a Non Hierarchical Distance Based Algorithm.\n+ Annotations are stored in a [QuadTree](https://en.wikipedia.org/wiki/Quadtree) for efficient region queries.\n+ Cluster center can be switched to **Centroid**, **Nearest Centroid**, **Bottom**.\n+ Handles pin **selection** as well as **drag and dropping**.\n+ Written in Objective-C with full **Swift** interop support.\n\n|MapKit|GoogleMaps|Mapbox|\n|---|---|---|\n|![MapKit](Resources/mapkit.gif)|![GoogleMaps](Resources/googlemaps.gif)|![Mapbox](Resources/mapbox.gif)|\n\n## Installation \u0026 Usage\n\n**Please follow the [wiki](https://github.com/hulab/ClusterKit/wiki) for integration.**\n\nIf you want to try it, simply run:\n\n```\npod try ClusterKit\n```\n\nOr clone the repo and run `pod install` from the [Examples](Examples) directory first.\n\u003e Provide the [Google API Key](https://console.developers.google.com) in the AppDelegate in order to try it with GoogleMaps.\n\n\u003e Provide the [Mapbox Access Token](https://www.mapbox.com/studio/account/tokens/) in the AppDelegate in order to try it with Mapbox.\n\n\u003e Provide the [Yandex API Key](https://developer.tech.yandex.ru/) in the AppDelegate in order to try it with YandexMapKit.\n\n## Credits\n\nAssets by [Hugo des Gayets](https://dribbble.com/hugodesgayets).\n\nThanks [@petropavel13](https://github.com/petropavel13) for the **YandexMapKit** integration.\n\n## License\n\nClusterKit is available under the MIT license. See the [LICENSE](LICENSE) file for more info.\n","funding_links":[],"categories":["Maps","Objective-C"],"sub_categories":["Other Hardware","Other free courses"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhulab%2FClusterKit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhulab%2FClusterKit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhulab%2FClusterKit/lists"}