Skip to content

Releases: pengrad/MapScaleView

1.6.0

22 Jul 13:45
f8a3031

Choose a tag to compare

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

1.5.0

16 Feb 11:29

Choose a tag to compare

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

1.4.2

10 Mar 10:42

Choose a tag to compare

1.4.1

27 Aug 16:05

Choose a tag to compare

1.4.0

02 Aug 15:08

Choose a tag to compare

  • Add option to expand scale bar from right to left #9. Thanks @pentam19

1.3.1

17 Dec 17:13

Choose a tag to compare

  • Add white outline (same Google Maps) #8.
    Outline is enabled by default, to disable use app:scale_outline="false" in xml or setOutlineEnabled(false)
  • Change default stroke width to 1.5dp

1.3.0

11 Dec 17:17

Choose a tag to compare

  • Show miles at the bottom #5

1.2.1

29 Apr 08:21

Choose a tag to compare

  • Fix scaling, use screen density. Thanks @ryust #3
  • Use path when drawing view (no line artifacts)

1.2.0

29 Apr 08:13

Choose a tag to compare

  • Remove Play Services dependency and deprecated methods

1.1.0

02 Jan 14:56

Choose a tag to compare

  • 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)