mapbox / mapbox-maps-ios

Interactive, thoroughly customizable maps for iOS powered by vector tiles and Metal
https://www.mapbox.com/mapbox-mobile-sdk
Other
482 stars 157 forks source link

Show and hide the scale bar dynamically while zooming #1812

Open fawzirifai opened 1 year ago

fawzirifai commented 1 year ago

I just want to show the scale bar while the user is zooming. And when the user stops zooming I want the scale bar to be hidden, like Apple Maps and Google Maps.

pjleonard37 commented 1 year ago

Thanks for this feature request @fawzirifai.

aokruan commented 1 year ago

We need the ability to manually disable this feature.

OdNairy commented 1 year ago

@aokruan Pull requests are welcome 👍

aokruan commented 1 year ago

@fawzirifai you can use it:

self.mapView.ornaments.options.scaleBar.visibility = .hidden