hard-coding the setZoom() within onCreate() feels very antiquated and I’d like to enhance the user experience by initially having the MapView set the zoom until all GeoPoints / OverlayItems are visible on the map.
How can this be done auto-magically?
Kinda like this
edit:Ryan gave a nice suggestion : to put a padding so that some of the point don’t lie on the edges (thanks Ryan!)