MonoTouch:可拖动的 MKAnnotationView

发布于 2024-12-13 04:22:14 字数 321 浏览 3 评论 0原文

我正在尝试在 MonoTouch 中实现可拖动的 MKAnnotationView。

在 iOS 文档中,MKAnnotationView 上有一个名为 Draggable 的 @property,但 Monotouch 实现上没有。

是否有另一种方法可以在 Monotouch 中实现可拖动的 MKAnnotationView。

var anv = new MKAnnotationView (myAnnotation, "ILoveMonoTouch"){
      Draggable = true   <== ERROR
}; 

I am trying to implement a draggable MKAnnotationView in MonoTouch.

In the iOS docs there is a @property called Draggable on the MKAnnotationView, but not on the Monotouch Implementation.

Is there another way to implement a draggable MKAnnotationView in Monotouch.

var anv = new MKAnnotationView (myAnnotation, "ILoveMonoTouch"){
      Draggable = true   <== ERROR
}; 

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

佼人 2024-12-20 04:22:14

由于某种原因(可能是错误),此属性在 MKPinAnnotationView 不是 MKAnnotationView这与苹果的文档相矛盾。我会研究这个问题并确保它在未来的 MonoTouch 版本中得到修复。

编辑属性dragState有相同的问题

UPDATED UPDATE这在刚刚发布的5.0.2中已修复

For some reason (likely a bug) this property is implemented in MKPinAnnotationView not MKAnnotationView and this contradict Apple's documentation. I'll look into this and ensure it's fixed in future MonoTouch releases.

EDIT the property dragState has the same issue

UPDATED UPDATE this is fixed in the just released 5.0.2

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文