Releases: pengrad/MapScaleView
Releases · pengrad/MapScaleView
1.6.0
Set custom font (TypeFace) for scale view #23. Thanks @Haransis
1.5.0
This may break existing layouts as MapScaleView
has smaller height and dynamic width in WRAP_CONTENT
mode
1.4.0
- Add option to expand scale bar from right to left #9. Thanks @pentam19
1.3.1
- 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
- Show miles at the bottom #5
1.2.1
- Fix scaling, use screen density. Thanks @ryust #3
- Use path when drawing view (no line artifacts)
1.2.0
- Remove Play Services dependency and deprecated methods
1.1.0
- 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)