MKOverlayView.PointForMapPoint(MKMapPoint) Method

Definition

Returns a PointF corresponding to the mapPoint.

[Foundation.Export("pointForMapPoint:")]
[ObjCRuntime.ThreadSafe]
public virtual CoreGraphics.CGPoint PointForMapPoint (MapKit.MKMapPoint mapPoint);
abstract member PointForMapPoint : MapKit.MKMapPoint -> CoreGraphics.CGPoint
override this.PointForMapPoint : MapKit.MKMapPoint -> CoreGraphics.CGPoint

Parameters

mapPoint
MKMapPoint

The MKMapPoint for which a PointF is desired.

Returns

Attributes

Remarks

(More documentation for this node is coming)

This can be used from a background thread.

Applies to

See also

  • <xref:MapKit.MKMapPoint.FromCoordinate>