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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Can i ask how am i able to set the bounding box for mapbox 3.0 android sdk. i recalled from version 0.7.4 it was to create a bounding box object and set into the mapview via setScrollableAreaLimit(BoundingBox boundingbox);
The text was updated successfully, but these errors were encountered:
@kevincyh
Thank you for reaching out and reporting your problem. Notice that the 3.0.0 is very different from the 0.7.4 version. The former uses Vector tiles while the latter is using raster tiles. The big change required us to rebuild the SDK from scratch and some functionality might not yet have been ported.
For next action, I'm going to take a look at iOS and see if this is a parity request or feature request.
Can i ask how am i able to set the bounding box for mapbox 3.0 android sdk. i recalled from version 0.7.4 it was to create a bounding box object and set into the mapview via setScrollableAreaLimit(BoundingBox boundingbox);
The text was updated successfully, but these errors were encountered: