Google Maps Android API utility library v0.4.2 Release Notes

Release Date: 2016-02-24 // about 8 years ago
  • ๐Ÿ”€ Merged

    • โž• Added the setClickable method #247
    • ๐Ÿ‘ Allow numeric boolean parsing in kml styles #228
    • Equals for cluster subclasses #245
    • ๐Ÿ‘‰ makeIcon takes CharSequence not String #244
    • Prevent crash on null Map Projection #229
    • ๐Ÿ›  Fix #207 - Add Travis CI support #209
    • ๐Ÿ›  Fix #204 - Don't change reference for last point in PolyUtil.simplify() #205
    • ๐Ÿ›  Fix #187 - Update QuadTree tests to be inclusive of points on max X/Yโ€ฆ #206
    • โž• Add Douglas-Peucker line simplification algorithm as PolyUtil.simplify() #201
    • 0๏ธโƒฃ Make getColor protected in DefaultClusterRenderer #199
    • Include only maps component of Google Play Services library #202
    • โšก๏ธ Update latest gradle versions and android dependencies. #200

    ๐Ÿ›  Fixed

    • ๐Ÿ”€ Merge pull request #209 from barbeau/travis-rebase #207
    • ๐Ÿ›  Fix #207 - Add Travis CI support #207
    • ๐Ÿ”€ Merge pull request #205 from barbeau/simplifyInputChange #204
    • ๐Ÿ”€ Merge pull request #206 from barbeau/187-PointQuadTreeTestFail #187
    • ๐Ÿ›  Fix #187 - Update QuadTree tests to be inclusive of points on max X/Y bounds #187
    • ๐Ÿ›  Fix #204 - Don't change reference for last point input to PolyUtil.simplify() #204

    Commits

    • โž• Add Douglas-Peucker poly simplification algorithm as PolyUtil.simplify() d724493
    • ๐Ÿ›  Fixed screen size computation in VisibleNonHierarchicalDistanceBasedAlgorithm. Sow screen size is based on display, but not on map left and right corners coordinates. 0ce7080
    • โšก๏ธ Updated according to your suggestions 064b1d6