ios - 创建可拖动的引脚注释,但应阻止其拖动按钮
<p><p>我已经创建了可拖动的 pin 注释,它工作得非常好,问题是我不想在特定按钮单击时拖放 pin,甚至不想重新加载 map ,因为我在上面有覆盖,我使用了 <code>DDAnnotation</code> 类作为可拖动引脚</p>
<pre><code>DDAnnotation *annotation = [ initWithCoordinate:theCoordinate addressDictionary:nil];
annotation.title = @"Testing";
annotation.subtitle = @"Drag and Drop Pin";
;
</code></pre>
<p>谢谢</p>
<p>任何帮助都会非常感激!</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>请设置[注解setDraggable:NO];</p></p>
<p style="font-size: 20px;">关于ios - 创建可拖动的引脚注释,但应阻止其拖动按钮,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/21623893/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/21623893/
</a>
</p>
页:
[1]