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 GeoPoin
There's no magical way to achieve this. I suggest to iterate through all your overlayitems to obtain the center and span of all these items. Then set the center and span accordingly for the map