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.
hi, i want to get latLngBounds on Android.
What is code to get LatLngBounds for Mapbox Android?
eg: google map have code: googleMap.getProjection().getVisibleRegion().latLngBounds
The text was updated successfully, but these errors were encountered:
@tuanht53
Thank you for reaching out and requesting this feature.
Currently we don't expose the class LatLngBouns but we will in next release (see #3754).
You will be able to use the same API as with Google Maps SDK to retrieve this (see #3758).
hi, i want to get latLngBounds on Android.
What is code to get LatLngBounds for Mapbox Android?
eg: google map have code: googleMap.getProjection().getVisibleRegion().latLngBounds
The text was updated successfully, but these errors were encountered: