mapViewDidFinishLoadingMap(_:)
Tells the delegate when the specified map view successfully loads the needed map data.
Declaration
optional func mapViewDidFinishLoadingMap(_ mapView: MKMapView)Parameters
- mapView:
The map view that starts the load operation.
Discussion
The map view calls this method when it finishes reloading the map tiles associated with the current request. The map view requests map tiles when a new visible area scrolls into view and tiles aren’t already available. The map may also request map tiles for portions of the map that aren’t currently visible. For example, the map view may load tiles immediately surrounding the currently visible area as needed to handle small pans by the user.