Add scale bar to map (Google and OSMDroid)
The map already has a North Arrow. Now all that it needs to be a standard map is a scale bar.
@jidanni Thanks for the feedback!
Looks like OSMDroid supports this natively: https://osmdroid.github.io/osmdroid/javadocAll/org/osmdroid/views/overlay/ScaleBarOverlay.html
...but to my knowledge Google Maps does not.
There are also third-party libraries to achieve this: https://github.com/pengrad/MapScaleView
It may be easiest to just use the 3rd party library on both for consistency.
I also found https://stackoverflow.com/questions/2094648/google-maps-api-how-to-add-a-scale-measure-on-a-map
I've opened an issue on the Android Maps Utils library to support this feature too - https://github.com/googlemaps/android-maps-utils/issues/701.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!
Closing this. Please reopen if you believe it should be addressed. Thank you for your contribution.