Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #384 - Show clustered markers in exact same location #413

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Jul 9, 2017

  1. Added new demo activity showing 5 markers in the same location.

    israel@cobaas.com committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    e3926d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2017

  1. Added dummy OnClusterClickListener.

    israel@cobaas.com committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    e4f4e2b View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2017

  1. Configuration menu
    Copy the full SHA
    7784a78 View commit details
    Browse the repository at this point in the history
  2. Added a custom Info Window to the cluster when it contains markers wi…

    …th the same location.
    israel@cobaas.com committed Jul 21, 2017
    Configuration menu
    Copy the full SHA
    a34d45f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Added a logic to distribute items in the same location around the rea…

    …l location when user taps in the cluster and the zoom is the maximum allowed. Cluster gets back to previous state when user zooms out the map.
    israel@cobaas.com committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    4ac29d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a978960 View commit details
    Browse the repository at this point in the history
  3. Using Double.compare java method to compare double when checking if m…

    …arkes are in the same location.
    israel@cobaas.com committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    175e7a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Configuration menu
    Copy the full SHA
    3f25b10 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. Added a method in ClusterManager which checks if the items in a clust…

    …er have the same lat/lng. Added to the demo activity ClusteringSameLocationActivity the use of this new method.
    menismu committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    2e62ead View commit details
    Browse the repository at this point in the history
  2. Added all the logic to distribute and collect items when a cluster ha…

    …s all the items in the exact same lat/lng.
    menismu committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    35ce169 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

  1. Configuration menu
    Copy the full SHA
    ae50d99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d58ea9 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Configuration menu
    Copy the full SHA
    185e2fb View commit details
    Browse the repository at this point in the history