This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Document units for MyLocationViewSettings.setPadding() #6765
Labels
Android
Mapbox Maps SDK for Android
Currently, the documentation for
MyLocationViewSettings.setPadding(int left, int top, int right, int bottom)
says the following:(also, note the typo in that last
MyLocaionView
).The documentation doesn't say the units for these parameters, let's add it. This is confusing, for example, because if we set a padding like:
We'd expect the
MyLocationView
object to be at the bottom of the screen. However, the result is slightly different:/cc: @tobrun @cammace
The text was updated successfully, but these errors were encountered: