Skip to content

Releases: googlemaps/android-maps-utils

1.0.0

25 Feb 22:22
67f8d7d
Compare
Choose a tag to compare

BREAKING CHANGES

  • Add MapObjectManager for multi-layer support with KML/GeoJSON renderers (#380)
  • Default item rendering to onBeforeClusterItemRendered() (#633)
  • MarkerManager.Collection.setOnInfoWindowAdapter() was renamed to MarkerManager.Collection.setInfoWindowAdapter() (#380)

Bug Fixes

  • KmlLayer: Update constructor to take in a Context instead (#631) (731f7e6)
  • Maintain insertion order in clusters (3ca965f), closes #615
  • Make KML/GeoJSON lines and polygons clickable by default (#614) (122e96b), closes #558 #454
  • KmlRenderer: Recurse over multi-geometry placemarks (#605) (8abcea8)
  • increase stale bot window (8811f97)

Features

Performance Improvements

  • Improve KML bitmap caching and fix icon scaling (#609) (1f2a2dd)
  • Use thread pools the clustering algorithm (#601)

0.6.2

21 Oct 19:57
80d9497
Compare
Choose a tag to compare
  • Demo clustering with ViewModel #506
  • Differentiate between initial start and configuration change restore #567
  • Fix wrapping around IDL #564
  • Update Gradle wrapper to 5.6.3 #566
  • Add MaxIntensity functionality for user defined intensities on HeatMapTiles #499
  • Use float zoom to calculate visible bounds #483
  • Remove apklib publishing #563
  • Standardize project layout #562
  • Fix whitespace errors and imports #561
  • Clean up and simplify tests #560
  • Remove redundant interface methods public modifier. #557
  • Change JUnit assertion calls. #555
  • Remove no longer relevant Android API version checks. #553
  • Remove duplicate RegExp components. #554
  • add pr templates 1c5d018
  • Update CHANGELOG.md 779274e