MKOverlay.Intersects(MKMapRect) Method
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.
Calculates whether the rect
intersects this MKOverlay.
[Foundation.Export("intersectsMapRect:")]
public virtual bool Intersects (MapKit.MKMapRect rect);
abstract member Intersects : MapKit.MKMapRect -> bool
override this.Intersects : MapKit.MKMapRect -> bool
Parameters
Returns
true
if the rectangle overlaps the overlay.
- Attributes
Remarks
The default implementation uses the BoundingMapRect to calculate intersection. Application developers who need more precision should override this method.