MKOverlayView.PointForMapPoint(MKMapPoint) 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.
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>