Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
/ JClusterSpiderifier Public archive

Java cross-platform library-agnostic Map Cluster Spiderifiering algorithm

License

Notifications You must be signed in to change notification settings

andob/JClusterSpiderifier

Repository files navigation

JClusterSpiderifier

Java cross-platform library-agnostic Map Cluster Spiderifier algorithm

Android Arsenal

This library provides a lightweight algorithm to expand a map marker cluster into a spiderweb-like structure, so that the user can interact with each individual marker.

Import

allprojects {
    repositories {
        maven { url 'https://andob.io/repository/open_source' }
    }
}
dependencies {
    implementation 'ro.andob.mapcluster:spiderifier:1.0.5'
}

Setup

Android / GoogleMaps

Google Maps guide

using GoogleMaps Android utils / marker clustering module

Android / MapBox

MapBox guide

using Mapbox Android Plugin / deprecated marker clustering module

Other library / platform

Take a look at Android / Google maps or MapBox guide. The library itself focuses only on the algorithm, does not interact with nor include any map library. Thus the setup is a little verbose.. But in this way you have unlimited freedom to your code, to use any map library (GMaps, MapBox, osmdroid etc) or any platform (Android, JavaFX etc).

License

Copyright 2018 - 2020 Andrei Dobrescu

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.`

About

Java cross-platform library-agnostic Map Cluster Spiderifiering algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published