See Also: MKOverlay Members
MonoTouch.MapKit.MKOverlays allow the application developer to layer graphics above an MonoTouch.MapKit.MKMapView. The MonoTouch.MapKit.MKOverlay will automatically position, zoom, and orient itself to the underlying MonoTouch.MapKit.MKMapView.
iOS provides several standard overlays:
| Class | Description |
|---|---|
| MonoTouch.MapKit.MKCircle | A circular region |
| MonoTouch.MapKit.MKPolygon | A closed polygonal area. |
| MonoTouch.MapKit.MKPolyline | An area defined by points in which the first and final points are not automatically joined. |