mapbox / mapbox-maps-android

Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL.
https://www.mapbox.com/mobile-maps-sdk
Other
478 stars 134 forks source link

coordinateBoundsForCamera inversed west and east longitude coordinates at 180 / -180 longitude #2452

Closed ybert closed 3 months ago

ybert commented 3 months ago

I would like to use coordinateBoundsForCamera to get map bounds to make a search in my search engine based on a bounding box area.

But for places like very east of Russia or New Zealand it doesnt work as this function return inversed west and east longitude when west longitude is 175 and east longitude is -175 (for example).

kiryldz commented 3 months ago

I assume coordinateBoundsForCameraUnwrapped is what you're looking for.