Share via


MKOverlayRenderer.MapPointForPoint(CGPoint) Method

Definition

[Foundation.Export("mapPointForPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[ObjCRuntime.ThreadSafe]
public virtual MapKit.MKMapPoint MapPointForPoint(CoreGraphics.CGPoint point);
[<Foundation.Export("mapPointForPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<ObjCRuntime.ThreadSafe>]
abstract member MapPointForPoint : CoreGraphics.CGPoint -> MapKit.MKMapPoint
override this.MapPointForPoint : CoreGraphics.CGPoint -> MapKit.MKMapPoint

Parameters

point
CGPoint

Returns

Attributes

Applies to