MKRendererForOverlayDelegate Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The function, specified by the RendererForOverlay(IMKOverlay) property, that calculates the proper renderer for a given MKOverlay.
public delegate MapKit.MKOverlayRenderer MKRendererForOverlayDelegate(MKMapView mapView, IMKOverlay overlay);
type MKRendererForOverlayDelegate = delegate of MKMapView * IMKOverlay -> MKOverlayRenderer
Parameters
- mapView
- MKMapView
- overlay
- IMKOverlay
Return Value
The MKOverlayRenderer that should be used to render the overlay
MKOverlay.