MKOverlayRenderer.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.
[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
Returns
- Attributes
Remarks
(More documentation for this node is coming)
This can be used from a background thread.