- mapRect
- A MapKit.MKMapRect representing the area to potentially be drawn.
- zoomScale
- The current scale factor.
The default value is true.
Application developers can override this method so that it returns false until the MapKit.MKOverlayView has all the data it needs in order to render properly. For instance, a weather overlay might return false until it has downloaded meteorological data.
If application developers return false from this method, they must subsequently call MKOverlayView.SetNeedsDisplay when they have received the data and performed the calculations needed to make this function return true.