Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 mapbox 并且有一个由 2 个注释组成的帖子。一个可以,另一个不能(不应该)是可选的。
如何使特定的 MGLAnnotation 无法选择?
我在这里和这里都看过,但没有找到解决方案。
原来解决方案在class Custom2DotAnnotation: MGLAnnotationView { 刚刚添加的内部非常简单self.isEnabled = false
class Custom2DotAnnotation: MGLAnnotationView {
self.isEnabled = false