mapbox / mapbox-plugins-android

Mapbox Android Plugins are a collection of libraries that extend our other SDKs, helping you design powerful mapping features while the plugins handle most of the heavy lifting.
https://www.mapbox.com/android-docs/plugins/overview/
BSD 2-Clause "Simplified" License
241 stars 119 forks source link

Feature request: Add anchor option to scale bar plugin #1163

Open samfader opened 3 years ago

samfader commented 3 years ago

On iOS, one can use self.mapView.scaleBarPosition = .bottomRight to automatically position the scale bar in the bottom right. It would be nice to have a similar option on Android, rather than manually setting margins.