You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can specify padding, in order to inset the bounding box from the map view's edges. The padding will not persist and impact following camera transformations.
Look at the log and see that Padding:[70.00000143051147, 70.00000143051147, 70.00000143051147, 900.0000228881836] is there even after other camera transformations. It's also visible when zoomed out, for example, screenshot from my app when zoomed out after animateCamera() with padding.
Renderer
OpenGL (choose this if you are unsure)
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered:
MapLibre Android Version
11.8.0
Android SDK Version
API 29
Device
Xiaomi Redmi Note 7
What happened?
According to the documentation newLatLngBounds
In fact, padding does persist.
Steps to reproduce
Padding:[70.00000143051147, 70.00000143051147, 70.00000143051147, 900.0000228881836]
is there even after other camera transformations. It's also visible when zoomed out, for example, screenshot from my app when zoomed out afteranimateCamera()
with padding.Renderer
OpenGL (choose this if you are unsure)
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: