iOS - MapBox 通过注释传递自定义信息
<p><p>我正在使用 MapBox,我想通过 AnnotationPoint 传递自定义信息。当点击注释标注时,我需要该信息来显示自定义 View 。</p>
<p>唯一可访问的信息是标题和副标题,但该信息显示在标注 View 中。必须隐藏此信息。</p>
<p>我怎样才能做到这一点?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>您想要子类化注释类以添加您自己的属性。然后,在委托(delegate)方法中,您可以检查传入的注释的类型,根据需要进行转换,然后读取属性值以采取相应的行动。 </p></p>
<p style="font-size: 20px;">关于iOS - MapBox 通过注释传递自定义信息,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/34425217/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/34425217/
</a>
</p>
页:
[1]