All Versions
12
Latest Version
Avg Release Cycle
126 days
Latest Release
1345 days ago

Changelog History
Page 1

  • v1.6.0 Changes

    July 22, 2020

    Set custom font (TypeFace) for scale view #23. Thanks @Haransis

  • v1.5.0 Changes

    February 16, 2020

    This may break existing layouts as MapScaleView has smaller height and dynamic width in WRAP_CONTENT mode

  • v1.4.2 Changes

    March 10, 2019
  • v1.4.1 Changes

    August 27, 2018
  • v1.4.0 Changes

    August 02, 2018
    • โž• Add option to expand scale bar from right to left #9. Thanks @pentam19
  • v1.3.1 Changes

    December 17, 2017
    • โž• Add white outline (same Google Maps) #8.
      0๏ธโƒฃ Outline is enabled by default, to disable use app:scale_outline="false" in xml or setOutlineEnabled(false)
    • ๐Ÿ”„ Change default stroke width to 1.5dp
  • v1.3.0 Changes

    December 11, 2017
    • ๐Ÿ‘‰ Show miles at the bottom #5
  • v1.2.1 Changes

    April 29, 2017
    • ๐Ÿ›  Fix scaling, use screen density. Thanks @ryust #3
    • ๐Ÿ‘‰ Use path when drawing view (no line artifacts)
  • v1.2.0 Changes

    April 29, 2017
    • โœ‚ Remove Play Services dependency and deprecated methods
  • v1.1.0 Changes

    January 02, 2017
    • ๐Ÿ‘Œ Support ft and miles
    • ๐Ÿ‘Œ Support dynamic properties
    • ๐Ÿšš Move to correct scale algorithm, fix tilt problems #2
    • โšก๏ธ MapScaleView.update(Projection, CameraPosition) has been deprecated and will be removed to support other Maps API. Use MapScaleView.update(zoom, latitude)