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

Render only visible items on the map #217

Merged
merged 9 commits into from
Apr 17, 2018

Commits on Jan 28, 2015

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

Commits on Apr 20, 2015

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

Commits on Oct 19, 2015

  1. Fixed screen size computation in VisibleNonHierarchicalDistanceBasedA…

    …lgorithm. Sow screen size is based on display, but not on map left and right corners coordinates.
    zamesilyasa committed Oct 19, 2015
    Configuration menu
    Copy the full SHA
    0ce7080 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae6c896 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2016

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

Commits on Mar 7, 2016

  1. Refactored NonHierarchicalDistanceBasedAlgorithm for inheritence.

    ScreenBasedAlgorithmAdapter is now derived from NonHierarchicalDistanceBasedAlgorithm
    Added new ScreenBasedAlgorithm interface. Implementing this interface, Algorithm has map position and can skip clustering if it is not required.
    Removed usage of instanceof checks in ClusterManager, which broke algorithms logic, in case of decorations.
    
    googlemaps#82
    zamesilyasa committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    8694da3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

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

Commits on Dec 21, 2016

  1. Don't wrap Algorithm if already implements ScreenBasedAlgorithm

    If an Algorithm reference is already a ScreenBasedAlgorithm, then it can
    be passed as is to setAlgorithm(ScreenBasedAlgorithm). Only if it is not
    already a ScreenBasedAlgorithm is it then wrapped with a
    ScreenBasedAlgorithmAdapter.
    jeffdgr8 committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    2e288b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2017

  1. Merge pull request #1 from jeffdgr8/conditional-screen-based-algorith…

    …m-wrap
    
    Don't wrap Algorithm if already implements ScreenBasedAlgorithm
    zamesilyasa authored Feb 3, 2017
    Configuration menu
    Copy the full SHA
    42e8df3 View commit details
    Browse the repository at this point in the history