I am using the Google Maps API in my iOS application. At the end of the session, the map is scaled and captures a screenshot. Unfortunately, at the moment, the map does not have time to load all the tiles subjected to scaling before taking a screenshot.
I see that Apple MKMapView has a delegate mapViewDidFinishLoadingMap. Is there something similar in the Google API?
source
share