-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Commits on Jan 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1cf9f4e - Browse repository at this point
Copy the full SHA 1cf9f4eView commit details
Commits on Apr 20, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7e91e4f - Browse repository at this point
Copy the full SHA 7e91e4fView commit details
Commits on Oct 19, 2015
-
Fixed screen size computation in VisibleNonHierarchicalDistanceBasedA…
…lgorithm. Sow screen size is based on display, but not on map left and right corners coordinates.
Configuration menu - View commit details
-
Copy full SHA for 0ce7080 - Browse repository at this point
Copy the full SHA 0ce7080View commit details -
Merge branch 'issue-82' of https://github.com/zamesilyasa/android-map…
…s-utils into issue-82
Configuration menu - View commit details
-
Copy full SHA for ae6c896 - Browse repository at this point
Copy the full SHA ae6c896View commit details
Commits on Mar 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9db3838 - Browse repository at this point
Copy the full SHA 9db3838View commit details
Commits on Mar 7, 2016
-
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
Configuration menu - View commit details
-
Copy full SHA for 8694da3 - Browse repository at this point
Copy the full SHA 8694da3View commit details
Commits on Aug 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4a34125 - Browse repository at this point
Copy the full SHA 4a34125View commit details
Commits on Dec 21, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2e288b8 - Browse repository at this point
Copy the full SHA 2e288b8View commit details
Commits on Feb 3, 2017
-
Merge pull request #1 from jeffdgr8/conditional-screen-based-algorith…
…m-wrap Don't wrap Algorithm if already implements ScreenBasedAlgorithm
Configuration menu - View commit details
-
Copy full SHA for 42e8df3 - Browse repository at this point
Copy the full SHA 42e8df3View commit details