Is there a way to determine a zoom level so that all of my markers can fit in the zoom level? i am using mapbox 0.4.0
I think the answer is similar to this, but I can't find the android version
[https://www.mapbox.com/mapbox.js/example/v1.0.0/markers-only-at-zoom-level/]
With the latest SDK version the existing answer does not work anymore. Instead, use this:
Thanks to the friendly Mapbox support for providing this answer :)
okay I've figure it out. I need to create a bounding box containing all the markers
Update