This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Decouple map padding from overlain items #11256
Labels
Android
Mapbox Maps SDK for Android
Milestone
To support navigational use cases where we want to shift the location of the user down on the map, we need to decouple
MapboxMap#setPadding(int left, int top, int right, int bottom)
from the overlain views as AttributionView, CompassView and Logo. Users still have more granular control over these items with the UiSettings API.cc @danesfeder @LukasPaczos @cammace
The text was updated successfully, but these errors were encountered: