Contents

mapViewWillStartRenderingMap(_:)

Tells the delegate that the map view is about to start rendering some of its tiles.

Declaration

optional func mapViewWillStartRenderingMap(_ mapView: MKMapView)

Parameters

  • mapView:

    The map view that’s about to start rendering.

Discussion

The map view calls this method when the map reveals one or more tiles that require rendering.

See Also

Loading the map data