在 UIView 中添加 MKAnnotation,而不是在 MKMapView 中添加

发布于 2024-10-02 03:30:42 字数 340 浏览 1 评论 0原文

可以在 uiview 中添加mkannotation

我没有(而且我也不想要mkmapview,但我想要在 uiview 中使用带有标注的注释。

如何在屏幕上添加此点(带有标注)?

类似于:

MKAnnotationPosition newPos;
newPos.center.x = 200;
newPos.center.y = 250;

在 uiview 中定位注释。

谢谢, 阿尔贝托.

It's possibile to add an mkannotation in a uiview.

I don't have (and I don't want) a mkmapview, but I want the annotation with the callout in a uiview.

How can I add this point (with callout) on screen?

Something like:

MKAnnotationPosition newPos;
newPos.center.x = 200;
newPos.center.y = 250;

to positioning the annotation in uiview.

thanks,
alberto.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文