ios - 如何将 GMSMapMarker View 以坐标为中心
<p><p> <img src="/image/zTj6A.jpg" alt="enter image description here"/> </p>
<p>有没有办法使橙色箭头(GMSMapMarker)在坐标中居中,改变 View 框架或其他什么?我正在使用适用于 iOS 的 Googlemap 。我可以将 View 旋转一个角度,但我想将 View 的中心设置为自定义坐标。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>我使用 GMSMarker 的属性 groundAnchor 找到了解决方案:</p>
<p><code>_mapMarker.groundAnchor = CGPointMake(0.5,0.5);</code> </p></p>
<p style="font-size: 20px;">关于ios - 如何将 GMSMapMarkerView 以坐标为中心,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/30779813/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/30779813/
</a>
</p>
页:
[1]