如何设置 MKPinAnnotation 使图像底部指向位置而不是图像中心

Posted

技术标签:

【中文标题】如何设置 MKPinAnnotation 使图像底部指向位置而不是图像中心【英文标题】:How to set MKPinAnnotation so that bottom of image points to location instead of center of image 【发布时间】:2013-08-18 17:06:18 【问题描述】:

如何移动图钉图像以使图像底部指向该位置(如默认图钉)。目前,图像的中心指向该位置(旧金山)。

【问题讨论】:

【参考方案1】:

您需要计算要偏移的像素数,然后设置centerOffset 属性。

默认情况下,注释视图的中心点位于 相关注释的坐标点。你可以使用这个 属性以根据需要重新定位注释视图。这个 x 和 y 偏移值以像素为单位。正偏移值移动 注释视图向下和向右,而负值移动它 向上和向左。

【讨论】:

以上是关于如何设置 MKPinAnnotation 使图像底部指向位置而不是图像中心的主要内容,如果未能解决你的问题,请参考以下文章

装饰 MKPinAnnotation

MKPinAnnotation 到详细视图

在 MKMapVIew 中像 MKPinAnnotation 一样绘制 Pin 查看 Pin

如何在 xml 中设置模态底页的宽度?

如何设置自动布局使图像占据全屏?

在 Swift iOS 8 中设置透明导航栏和状态栏的图像底图